Page MenuHomePhorge

Make all commands work with partial buffers
Closed, WontfixPublic

Description

Currently only eimap_command_peek_message.erl works with responses split across network packets. All commands should be able to deal with this. Includes tests.

To make this work parse/2 needs to return { more, fun/3, ParseState :: any() } when it detects it does not have the whole message (e.g. has not received a tagged response terminated with \r\n)

Details

Ticket Type
Task

Event Timeline

seigo raised the priority of this task from to 60.
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, 10:59 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.