IMAP: Difference between revisions

From DWIKI
mNo edit summary
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Courier-imap]]
*[[Courier-imap]]
*[[Dovecot]]
==RCFs and drafts==
*[ftp://ftp.rfc-editor.org/in-notes/rfc2087.txt RFC2087]
*[http://potaroo.net/ietf/idref/draft-cridland-imap-quota/ a better paper about quota]
*[http://www.faqs.org/rfcs/rfc3501.html RFC3501]
 
==FAQ==
 




==FAQ==
=== IMAP session ===
 
[http://bobpeers.com/technical/telnet_imap.php 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 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
 


===IMAP session===
[[Category: mail]]
01 login username password
02 LIST xx
05 LOGOUT

Revision as of 09:13, 26 November 2021

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