This method is called after the connection is made and TLS is started (if needed), but before any authentication is attempted. Subclasses can override this method to issue commands that are needed in the "not authenticated" state. Note that if the connection is pre-authenticated, this method won't
(IMAPProtocol p)
| 976 | * @since JavaMail 1.4.4 |
| 977 | */ |
| 978 | protected void preLogin(IMAPProtocol p) throws ProtocolException { |
| 979 | } |
| 980 | |
| 981 | /** |
| 982 | * Does this IMAPStore use SSL when connecting to the server? |