MobiLink provides reasonable defaults wherever possible, especially in the LDAP case. The properties that can be set vary, but following are the basic ones.
mail.pop3.host | the hostname of the server |
mail.pop3.port | the port number (can be omitted if default 110 is used) |
See http://java.sun.com/products/javamail/javadocs/com/sun/mail/pop3/package-summary.html.
mail.imap.host | the hostname of the server |
mail.imap.port | the port number (can be omitted if default 143 is used) |
See http://java.sun.com/products/javamail/javadocs/com/sun/mail/imap/package-summary.html.
java.naming.provider.url |
the URL of the LDAP server, such as |
For more information, see the JNDI documentation.