IMAP

From DWIKI
Revision as of 16:41, 24 September 2022 by Tony (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

RCFs and drafts


HOWTO

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

FAQ

Migrating Maildirs