Created
March 25, 2011 21:57
-
-
Save inklesspen/887715 to your computer and use it in GitHub Desktop.
This is the IMAP 4 stream I get when I delete messages in iPad's Mail.app. Thunderbird doesn't seem to register the deletions until I quit and restart; even hitting Get Mail does nothing to fix it.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| . select inbox | |
| * FLAGS (\Answered \Flagged \Deleted \Seen \Draft $NotJunk JunkRecorded $Junk No | |
| tJunk $Forwarded Junk NonJunk) | |
| * OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft $NotJunk JunkReco | |
| rded $Junk NotJunk $Forwarded Junk NonJunk \*)] Flags permitted. | |
| * 24 EXISTS | |
| * 0 RECENT | |
| * OK [UIDVALIDITY 1096349090] UIDs valid | |
| * OK [UIDNEXT 37742] Predicted next UID | |
| * OK [HIGHESTMODSEQ 30616] Highest | |
| . OK [READ-WRITE] Select completed. | |
| . idle | |
| + idling | |
| * OK Still here | |
| * 24 EXPUNGE | |
| * 16 EXPUNGE | |
| * OK Still here | |
| * OK Still here |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment