mirror of
https://github.com/imapsync/imapsync.git
synced 2025-06-07 05:05:23 +02:00
11 lines
182 B
Text
11 lines
182 B
Text
|
|
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
|
|
|