K
Kris
We have a POP3 server running. We now want to implement a
Web Based interface, so they can easily read their emails
wherever they are. The problem is however how i design
this. Am i working directly to the mail store (i.e
c:\inetpub\mailroot\...), or do i push the emails from the
mail store (but leave the message so they can use a
regular client to read them), to a folder, and from there,
i operate on the emails (whatever they want to do)?
Anyone seen some examples of this, and how you implement
it?
Web Based interface, so they can easily read their emails
wherever they are. The problem is however how i design
this. Am i working directly to the mail store (i.e
c:\inetpub\mailroot\...), or do i push the emails from the
mail store (but leave the message so they can use a
regular client to read them), to a folder, and from there,
i operate on the emails (whatever they want to do)?
Anyone seen some examples of this, and how you implement
it?