Added note about expected method parameter format

8194c20ffe (commitcomment-9069167)
This commit is contained in:
Jan Berkel 2014-12-22 22:37:17 +01:00
parent 6c172f94a1
commit b0d401c3b7
1 changed files with 3 additions and 0 deletions

View File

@ -108,6 +108,9 @@ public class ImapStore extends RemoteStore {
* imap+tls+://auth:user:password@server:port ConnectionSecurity.STARTTLS_REQUIRED
* imap+ssl+://auth:user:password@server:port ConnectionSecurity.SSL_TLS_REQUIRED
* </pre>
*
* @param uri the store uri. NOTE: this method expects the userinfo part of the uri to be
* encoded twice, due to a bug in {@link #createUri(ServerSettings)}.
*/
public static ImapStoreSettings decodeUri(String uri) {
String host;