IMAP: Difference between revisions

From DWIKI
mNo edit summary
mNo edit summary
(3 intermediate revisions by the same user not shown)
Line 8: Line 8:
==FAQ==
==FAQ==


===IMAP session===
 
http://bobpeers.com/technical/telnet_imap.php
 
=== 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
  . login username password
  . LIST "" "*"
  . LIST "" "*"
Line 16: Line 32:
  . EXAMINE INBOX
  . EXAMINE INBOX
  . FETCH 1 all
  . FETCH 1 all
. CLOSE
  . LOGOUT
  . LOGOUT


===Migrating Maildirs===
===Migrating Maildirs===
Line 29: Line 42:




{{ category:mail }}
[[Category: mail]]

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