|
FetchCommand
IMAP FETCH command status
IntroductionFor anyone who has been following the project for very long you will know that I think the FETCH command is overly complicated and could have been separated into several commands that would have made the IMAP protocol much easier to implement. All ranting aside the FETCH command does what it needs to do very well and the structure of the command is very efficient, once you understand what the implementers where thinking when they created the commands. FETCH command implementation statusThis is a current summary of the status of the FETCH command in ErlMail's IMAP server. Key: X = Completed, N = Next Version, U = Untested, P = In Progress, ? = Status Unknown
|
Sign in to add a comment