473,398 Members | 2,403 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,398 software developers and data experts.

Web based POP3 client

Jay
I'm not asking for any code (although it would be nice if
someone got a sample).

But how would i design a web based POP3 client? I want the
users to be able to access the emails from Outlook, and
the web based email client. What i'm not sure how to
design is where to store the emails for the web based
client. Should i operate on the mailroot folder directly,
or create another folder on the server (or another
server), where the emails are copied to when they arrive
(or when the user use the web based client). If i store
them in another place, i can let the users store the
emails in different folders and sort them, but on the
other side, i end up by using twice as much disk space.
This is what concerns me, is this really the way you do
this?

How is Exchange solving this? But I suppose that is
something completely different, and this is only a POP3
server (and SMTP server). Anyone that has created
something like this and can give me some advices where i
should store the emails?

Thanks!!
Nov 15 '05 #1
3 2520
Jay,

The outlook web access application only allows views on the emails that
are currently stored on Exchange. If the user has the option to deliver the
emails to their personal folders, then the email is pulled off the exchange
server and onto their local drives.

I think that this is the best you can do if you are going to provide
web-based access to your email (then again, you might want to consider the
aforementioned Outlook Web Access client). If people keep their email on
the server, then they will have the same access as when they access it
through the web.

I don't think that your web based client should act any different. To
be honest, I don't think that POP3 is the protocol that is suited for
web-based access, because it entails the download of the email messages, and
you would have to store them somewhere, possibly fragmenting the user's
email (some emails here, some emails there, etc, etc).

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- nick(dot)paldino=at=exisconsulting<dot>com

"Jay" <nosp@mthanks> wrote in message
news:0a****************************@phx.gbl...
I'm not asking for any code (although it would be nice if
someone got a sample).

But how would i design a web based POP3 client? I want the
users to be able to access the emails from Outlook, and
the web based email client. What i'm not sure how to
design is where to store the emails for the web based
client. Should i operate on the mailroot folder directly,
or create another folder on the server (or another
server), where the emails are copied to when they arrive
(or when the user use the web based client). If i store
them in another place, i can let the users store the
emails in different folders and sort them, but on the
other side, i end up by using twice as much disk space.
This is what concerns me, is this really the way you do
this?

How is Exchange solving this? But I suppose that is
something completely different, and this is only a POP3
server (and SMTP server). Anyone that has created
something like this and can give me some advices where i
should store the emails?

Thanks!!

Nov 15 '05 #2

Hi,

I can offer only IMAP based webmail example, it's much better than pop3
based.
(Most servers support IMAP)

See www.lumisoft.ee (MailServer project - all source code is included)

"Jay" <nosp@mthanks> wrote in message
news:0a****************************@phx.gbl...
I'm not asking for any code (although it would be nice if
someone got a sample).

But how would i design a web based POP3 client? I want the
users to be able to access the emails from Outlook, and
the web based email client. What i'm not sure how to
design is where to store the emails for the web based
client. Should i operate on the mailroot folder directly,
or create another folder on the server (or another
server), where the emails are copied to when they arrive
(or when the user use the web based client). If i store
them in another place, i can let the users store the
emails in different folders and sort them, but on the
other side, i end up by using twice as much disk space.
This is what concerns me, is this really the way you do
this?

How is Exchange solving this? But I suppose that is
something completely different, and this is only a POP3
server (and SMTP server). Anyone that has created
something like this and can give me some advices where i
should store the emails?

Thanks!!

Nov 15 '05 #3
Jay
Hi,

Thanks!

I wonder if it will be much easier to write a complete
server instead of trying to deal with this. As you say,
POP3 is not suited for this.

-----Original Message-----
Jay,

The outlook web access application only allows views on the emails thatare currently stored on Exchange. If the user has the option to deliver theemails to their personal folders, then the email is pulled off the exchangeserver and onto their local drives.

I think that this is the best you can do if you are going to provideweb-based access to your email (then again, you might want to consider theaforementioned Outlook Web Access client). If people keep their email onthe server, then they will have the same access as when they access itthrough the web.

I don't think that your web based client should act any different. Tobe honest, I don't think that POP3 is the protocol that is suited forweb-based access, because it entails the download of the email messages, andyou would have to store them somewhere, possibly fragmenting the user'semail (some emails here, some emails there, etc, etc).

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- nick(dot) paldino=at=exisconsulting<dot>com
"Jay" <nosp@mthanks> wrote in message
news:0a****************************@phx.gbl...
I'm not asking for any code (although it would be nice if someone got a sample).

But how would i design a web based POP3 client? I want the users to be able to access the emails from Outlook, and
the web based email client. What i'm not sure how to
design is where to store the emails for the web based
client. Should i operate on the mailroot folder directly, or create another folder on the server (or another
server), where the emails are copied to when they arrive
(or when the user use the web based client). If i store
them in another place, i can let the users store the
emails in different folders and sort them, but on the
other side, i end up by using twice as much disk space.
This is what concerns me, is this really the way you do
this?

How is Exchange solving this? But I suppose that is
something completely different, and this is only a POP3
server (and SMTP server). Anyone that has created
something like this and can give me some advices where i
should store the emails?

Thanks!!

.

Nov 15 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: BenignVanilla | last post by:
My ISP provides a web based email client, but it is not brandable and the features are not that extensive. I'd like to build my own. Has anyone done this, or is anyone aware of any tools out there...
3
by: veganeater | last post by:
Hi, I'm wondering if there's a way that I can select which <div> to show based on the user's selection from a dropdown/listbox form. <form name="form1" method="post" action=""> <select...
3
by: Chad Myers | last post by:
I'm looking for an app that would allow me to download mails from various POP3 accounts and put them into my Exchange inbox on the server side (rather than having to have outlook open to do it...
4
by: Praveen Naregal | last post by:
Hello all, Does .NET includes any support for POP3 protocol? Or else any c# implementation of POP3 client is available? Regards, -- Praveen Naregal
2
by: Rui | last post by:
I need to write a proxy between pop3 client and pop3+ssl server. This proxy will receive pop3 commands from the client and will translate those commands for a pop3+ssl server, then it will receive...
5
by: A.M | last post by:
Hi, Is there any open source POP3 client to help me check my emails? I am also loking for a SMTP client to replace CDO. Thanks, Alan
2
by: Shimon Sim | last post by:
Is there a way to get e-mails with attachments using .NET 2.0? If not does anybody knows a component that can do this? Thank you, Shimon.
4
by: =?Utf-8?B?QWxwYW5h?= | last post by:
I am making a thin email client and want to get emails from a pop3 server...Is there any built in support in C# to get emails from a pop3 server and parse the email to show up on the UI ?
5
by: Craig Buchanan | last post by:
I would like to monitor a POP3 mailbox with multiple clients. However, I want to ensure that each message is processed by only one client. In essence, I would like to treat a POP3 mailbox like a...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.