Difference between revisions of "Service/imap"

From Sugar Labs
Jump to navigation Jump to search
(Created page with "== Hostnames == {|class=wikitable ! hostname !! service !! port !! function |- | imap.sugarlabs.org || imap || 143 || IMAP with STARTTLS and password authent...")
 
 
(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 + SSL with password authentication
+
| 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 shell account on [[Service/shell|shell.sugarlabs.org]], you can store personal email in <code>~/Maildir</code> by editing the <code>.forward</code> file in your home.
+
* 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]]

Latest revision as of 15:40, 8 July 2020

Hostnames

hostname service port function
imap.sugarlabs.org imap 143 IMAP with STARTTLS and password authentication
imap.sugarlabs.org imaps 993 IMAP + TLS with password authentication (preferred)

Hint: Connecting to imaps should be faster than imap with STARTTLS.

Hosted on

Machine/sunjammer

Administrative contact

  • postmaster AT sugarlabs DOT org

Sysadmins

Notes

  • If you have a Sugar Labs shell account, you can store personal email in ~/Maildir by editing the .forward file in your home.
  • Typically users sort email in multiple folders using procmail.

TODO

  • Support IMAP submission of email
  • Enable fulltext indexing in Dovecot
  • Webmail?

See also