sentmail problem

S

siraj

hi
i am doing a project using JavaMail API with JSP and James server
i have implemented sendmail,compose. but i wanna know how can i
implement sentmail as it is seen in the real application.
I wanna know what can i should do to retrieve the mails sent from an
account using James
 
L

Laurent D.A.M. MENTEN

siraj said:
hi
i am doing a project using JavaMail API with JSP and James server
i have implemented sendmail,compose. but i wanna know how can i
implement sentmail as it is seen in the real application.
I wanna know what can i should do to retrieve the mails sent from an
account using James

First of all, sendmail has nothing to do with e-mail composing or
retrieving, it implementents a protocol known as SMTP and its purpose is
moslty about e-mail delivery and the "path" it has to take. On the other
hand, e-mails retrieving is done using another protocols like POP3 or
IMAP and James server provides both of them. Have a look at the
following documents:

POP3: http://www.ietf.org/rfc/rfc1939.txt
IMAP: http://www.ietf.org/rfc/rfc2060.txt
SMTP: http://www.ietf.org/rfc/rfc0821.txt
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,430
Messages
2,571,676
Members
48,796
Latest member
Greg L.

Latest Threads

Top