classpath-inetlib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Classpath-inetlib] imap connection


From: Ruben Malchow
Subject: [Classpath-inetlib] imap connection
Date: Thu, 22 Jul 2004 20:15:58 +0200
User-agent: Mozilla Thunderbird 0.7.2 (Windows/20040707)


hello,

i just checked out the current cvs. it doesnt compile ...

this one is missing:

public IMAPConnection (String host, int port, int connectionTimeout, int timeout, boolean debug)
    throws UnknownHostException, IOException
    {
      this (host, port, connectionTimeout, timeout, false, null, debug);
    }



could we change getProperty etc. from private to protected, so subclasses could access to evaluate custom trustmanager properties.

thanks

.rm





reply via email to

[Prev in Thread] Current Thread [Next in Thread]