Page MenuHomePhorge

Extend eimap_command_examine.erl to parse the informative responses to the EXAMINE command
Closed, WontfixPublic

Description

http://tools.ietf.org/html/rfc3501#page-34 defines the following responses:

REQUIRED untagged responses: FLAGS, EXISTS, RECENT
REQUIRED OK untagged responses: UNSEEN, PERMANENTFLAGS, UIDNEXT, UIDVALIDITY

Should return a list of tuples: [ { exists, 17 }, { recent, 2 }, { unseen, 8 }, ...]

Details

Ticket Type
Task

Event Timeline

seigo updated the task description. (Show Details)
seigo added a project: Restricted Project.
seigo moved this task to Restricted Project Column on the Restricted Project board.
seigo changed Ticket Type from Task to Task.
seigo subscribed.
seigo moved this task from Restricted Project Column to Restricted Project Column on the Restricted Project board.Dec 14 2015, 11:00 PM
seigo moved this task from Restricted Project Column to Restricted Project Column on the Restricted Project board.Dec 15 2015, 2:04 PM
seigo moved this task from Restricted Project Column to Restricted Project Column on the Restricted Project board.Apr 4 2016, 10:24 AM
vanmeeuwen claimed this task.