You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Rick McGuire (JIRA)" <ji...@apache.org> on 2008/10/22 13:18:44 UTC

[jira] Assigned: (GERONIMO-4372) Wrong DEFAULT_IMAP_PORT in the Geronimo JavaMail 1.4 provider

     [ https://issues.apache.org/jira/browse/GERONIMO-4372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rick McGuire reassigned GERONIMO-4372:
--------------------------------------

    Assignee: Rick McGuire

> 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
>            Assignee: Rick McGuire
>
> 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.