mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-23 09:52:16 -05:00
Added note about expected method parameter format
8194c20ffe (commitcomment-9069167)
This commit is contained in:
parent
6c172f94a1
commit
b0d401c3b7
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user