Ticket #33 (closed defect: fixed)
fetch fails to parse literal followed by non-literal
| Reported by: | fergal@… | Owned by: | |
|---|---|---|---|
| Priority: | critical | Milestone: | 0.5.2 |
| Version: | Keywords: | ||
| Cc: |
Description (last modified by menno) (diff)
If you connect to gmail's IMAP service and do
messages = client.fetch(uids, ["RFC822 FLAGS"])
you get back stuff that looks like
('28942 (UID 37383 RFC822 {1701}', '...'), ' FLAGS (\\Seen))'
Which causes fetch to barf.
I have a patch for a test and a fix, I don't see a way to attach a patch to this ticket...
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

