J
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!!
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!!