Ticket #4271 defect closed fixed
twisted.mail.imap4 docs state incorrect meaning of UNSEEN value
| Reported by: | bobf | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Keywords: | ||
| Cc: | Branch: | branches/imap4-unseen-docs-4271 | |
| Author: | exarkun | Launchpad Bug: |
Description
The docs for IMAP4Client.select() ( http://twistedmatrix.com/documents/current/api/twisted.mail.imap4.IMAP4Client.html#select) state: "UNSEEN: An integer indicating the number of messages not flagged \Seen in this mailbox."
However, the RFC ( http://www.faqs.org/rfcs/rfc3501.html) states:
"OK [UNSEEN <n>]
The message sequence number of the first unseen message in the mailbox. If this is missing, the client can not make any assumptions about the first unseen message in the mailbox, and needs to issue a SEARCH command if it wants to find it."
The behaviour of IMAP4Client matches the RFC, not the Twisted docs (i.e. if I have one unread message, UNSEEN is the sequence number of that unread message, not "1").
Change History
Note: See
TracTickets for help on using
tickets.
