Skip to content

Instantly share code, notes, and snippets.

@inklesspen
Created March 25, 2011 21:57
Show Gist options
  • Select an option

  • Save inklesspen/887715 to your computer and use it in GitHub Desktop.

Select an option

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.
. 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