IMAP

From DWIKI
Revision as of 10:13, 26 November 2021 by Tony (talk | contribs)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

RCFs and drafts

FAQ

IMAP session

http://bobpeers.com/technical/telnet_imap.php

telnet myserver 143

or

openssl s_client -connect myserver:993 -crlf

or

openssl s_client -connect myserver:143 -starttls imap -crlf

http://bobpeers.com/technical/telnet_imap.php

. login username password
. LIST "" "*"
. CAPABILITY
. GETQUOTAROOT INBOX
. EXAMINE INBOX
. FETCH 1 all
. LOGOUT

Migrating Maildirs

  • imapcp
  • mailsync
  • imapsync
  • offlineimap
  • mbsync/isync