Service/imap: Difference between revisions
Created page with "== Hostnames == {|class=wikitable ! hostname !! service !! port !! function |- | imap.sugarlabs.org || imap || 143 || IMAP with STARTTLS and password authent..." |
No edit summary Tag: visualeditor-switched |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 6: | Line 6: | ||
| imap.sugarlabs.org || imap || 143 || IMAP with STARTTLS and password authentication | | imap.sugarlabs.org || imap || 143 || IMAP with STARTTLS and password authentication | ||
|- | |- | ||
| imap.sugarlabs.org || imaps || 993 || IMAP + | | imap.sugarlabs.org || imaps || 993 || IMAP + TLS with password authentication (preferred) | ||
|} | |} | ||
Hint: Connecting to imaps should be faster than imap with STARTTLS. | |||
== Hosted on == | == Hosted on == | ||
| Line 23: | Line 25: | ||
== Notes == | == Notes == | ||
* If you have a | * If you have a Sugar Labs [[Service/shell|shell account]], you can store personal email in <code>~/Maildir</code> by editing the <code>.forward</code> file in your home. | ||
* Typically users sort email in folders using [http://www.procmail.org procmail]. | * Typically users sort email in multiple folders using [http://www.procmail.org procmail]. | ||
== TODO == | == TODO == | ||
| Line 32: | Line 34: | ||
* Enable fulltext indexing in Dovecot | * Enable fulltext indexing in Dovecot | ||
* Webmail? | |||
== See also == | == See also == | ||
[[Service/smtp]] | * [[Service/smtp]] | ||
[[Service/webmail]] | * [[Service/webmail]] | ||
* [[Service/email]] | |||
[[Category:Service|imap]] | [[Category:Service|imap]] | ||