We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent babbec5 commit 6d5f2b6Copy full SHA for 6d5f2b6
README.md
@@ -30,9 +30,10 @@ Installation Instructions
30
31
### Format of the imap accounts url
32
33
- {protocol}://[user:password@]{host}
+ {protocol}://[user:password@]{host}[:port]
34
35
Where
36
* protocol can be imap or imaps
37
* user and password are optional and must be url scaped (ex: peter@gmail.com becomes peter%40gmail.com)
38
* host: host of the imap server
39
+* port: port of the imap server
0 commit comments