mirror of
https://github.com/imapsync/imapsync.git
synced 2025-06-06 20:55:29 +02:00
10 lines
150 B
Text
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
|
|
|