mirror of
https://github.com/imapsync/imapsync.git
synced 2025-08-05 16:28:04 +02:00
1.564
This commit is contained in:
parent
ce9d0bd3d8
commit
c555c31229
20 changed files with 3449 additions and 2577 deletions
|
@ -1,4 +1,5 @@
|
|||
|
||||
# $Id: $
|
||||
# How to remove a message by hand.
|
||||
telnet imap.truc.com 143
|
||||
|
||||
|
@ -10,3 +11,21 @@ a64 STORE 1:1 +FLAGS (\DELETED)
|
|||
a75 EXPUNGE
|
||||
a86 LOGOUT
|
||||
|
||||
# When no SEARCH ALL available
|
||||
1 LOGIN test@coook.cn 1234@com
|
||||
3 SELECT INBOX
|
||||
4 UID SEARCH 1:11638
|
||||
5 UID FETCH 11620:11637 (RFC822.SIZE)
|
||||
6 UID FETCH 11000:11637 (RFC822.SIZE)
|
||||
7 UID FETCH 2:11637 (RFC822.SIZE)
|
||||
8 UID FETCH 1:11637 (RFC822.SIZE)
|
||||
9 UID FETCH 1:11638 (RFC822.SIZE)
|
||||
10 UID FETCH 1:11639 (RFC822.SIZE)
|
||||
10 UID FETCH 11000:11640 (RFC822.SIZE) BAD
|
||||
|
||||
10 UID FETCH 1:11639 (RFC822.SIZE) OK
|
||||
|
||||
11 STATUS INBOX MESSAGES
|
||||
11 STATUS INBOX (MESSAGES)
|
||||
11 STATUS INBOX (MESSAGES UIDNEXT)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue