This commit is contained in:
Nick Bebout 2011-03-12 02:43:55 +00:00
parent 8e192052da
commit 5256d44504
7 changed files with 560 additions and 19 deletions

10
learn/imapbyhand Normal file
View file

@ -0,0 +1,10 @@
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