Does this IMAPStore use SSL when connecting to the server? @return true if using SSL @since JavaMail 1.4.6
()
| 985 | * @since JavaMail 1.4.6 |
| 986 | */ |
| 987 | public synchronized boolean isSSL() { |
| 988 | return usingSSL; |
| 989 | } |
| 990 | |
| 991 | /** |
| 992 | * Set the user name that will be used for subsequent connections |
no outgoing calls
no test coverage detected