Constructor that takes a Session object and a URLName that represents a specific IMAP server. @param session the Session @param url the URLName of this store
(Session session, URLName url)
| 409 | * @param url the URLName of this store |
| 410 | */ |
| 411 | public IMAPStore(Session session, URLName url) { |
| 412 | this(session, url, "imap", false); |
| 413 | } |
| 414 | |
| 415 | /** |
| 416 | * Constructor used by this class and by IMAPSSLStore subclass. |
nothing calls this directly
no test coverage detected