mirror of
https://github.com/imapsync/imapsync.git
synced 2025-06-08 05:34:30 +02:00
1.89
This commit is contained in:
parent
8e192052da
commit
5256d44504
7 changed files with 560 additions and 19 deletions
10
learn/imapbyhand
Normal file
10
learn/imapbyhand
Normal 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue