Wrong DEFAULT_IMAP_PORT in the Geronimo JavaMail 1.4 provider
-------------------------------------------------------------
Key: GERONIMO-4372
URL: https://issues.apache.org/jira/browse/GERONIMO-4372
Project: Geronimo
Issue Type: Bug
Security Level: public (Regular issues)
Components: mail
Affects Versions: Verification Required
Reporter: Torsten Schlabach
In IMAPStore.java, it reads:
public class IMAPStore extends Store implements QuotaAwareStore,
IMAPUntaggedResponseHandler {
// the default connection ports for secure and non-secure variations
protected static final int DEFAULT_IMAP_PORT = 119;
protected static final int DEFAULT_IMAP_SSL_PORT = 993;
I thought the default port for IMAP was 143, not 119?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.