java - Email configuration from lotus notes -


i need read email using java application. have javamail samples http://java.net/projects/javamail/downloads/download/javamail-samples.zip how email server parameters lotus notes configured on system should use in javamail program?

javamail implements protocols pop3, imap , smtp. on "normal" domino- server protocol started smtp , can send mails using qualified hostname of domino- server.

but work, if administrator not restrict access smtp.

receiving mails not possible unless domino administrator loads , configures tasks "pop3" , / or "imap".

most admins wont that, these protocols not necessary normal use of domino server communication clients goes on protocol nrpc (port 1352), proprietary protocol ibm.


Comments

Popular posts from this blog

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

c# - Search and Add Comment with OpenXML for Word -