Done:

https://issues.apache.org/jira/browse/GERONIMO-4372


Rick McGuire schrieb:
It looks like a bug to me too.  Open a Jira here, using the mail component:

http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10220

Rick

Torsten Schlabach (Tascel eG) wrote:
Hi all!

I was just hunting a bug and came along this here:

https://svn.apache.org/repos/asf/geronimo/javamail/trunk/geronimo-javamail_1.4/geronimo-javamail_1.4_provider/src/main/java/org/apache/geronimo/javamail/store/imap/IMAPStore.java

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?

Is this a bug? If yes, where should I report it, i.e. to which of the JIRAs listed here:

http://geronimo.apache.org/found-a-bug.html

Regards,
Torsten


Reply via email to