1
0
mirror of https://github.com/imapsync/imapsync.git synced 2024-11-17 00:02:29 +01:00
imapsync/learn/imapbyhand
Nick Bebout 0620694153 1.136
2011-03-12 02:44:16 +00:00

13 lines
217 B
Plaintext

# How to remove a message by hand.
telnet imap.truc.com 143
a01 CAPABILITY
a02 LOGIN toto zorglub
a43 SELECT INBOX
a54 UID STORE 60010:60010 +FLAGS (\DELETED)
a64 STORE 1:1 +FLAGS (\DELETED)
a75 EXPUNGE
a86 LOGOUT