imapsync/learn/imapbyhand
Nick Bebout 5256d44504 1.89
2011-03-12 02:43:55 +00:00

10 lines
150 B
Text

telnet imap.truc.com 143
a01 CAPABILITY
a02 LOGIN toto zorglub
a43 SELECT INBOX
a44 UID STORE 60010:60010 +FLAGS (\DELETED)
a45 EXPUNGE
a46 LOGOUT