aboutsummaryrefslogtreecommitdiff
path: root/lib/imap.c
AgeCommit message (Expand)Author
2013-02-26imap: Added verification of UIDVALIDITY mailbox attributeJiri Hruska
2013-02-26imap: Added support for parsing the UIDVALIDITY propertyJiri Hruska
2013-02-26imap: Introduced the mailbox_uidvalidity variableJiri Hruska
2013-02-26imap: Corrected comment in imap_endofresp()Steve Holme
2013-02-26imap: Corrected whitespaceSteve Holme
2013-02-26imap: Added filtering of CAPABILITY and FETCH untagged responsesJiri Hruska
2013-02-26imap: Added a helper function for upcoming untagged response filteringJiri Hruska
2013-02-26imap: Moved CAPABILITY response handling to imap_state_capability_resp()Jiri Hruska
2013-02-25email: Small tidy up following recent changesSteve Holme
2013-02-25imap: Removed bytecountp from the per-request structureJiri Hruska
2013-02-25imap: Adjusted SELECT and FETCH function orderJiri Hruska
2013-02-25imap: Adjusted SELECT and FETCH state order in imap_statemach_act()Jiri Hruska
2013-02-25imap: Minor tidy up of comments in imap_parse_url_path()Steve Holme
2013-02-25imap: Fixed incorrect comparison for STARTTLS in imap_endofresp()Steve Holme
2013-02-24imap: Added check for new internal imap response codeSteve Holme
2013-02-24imap: Changed the order of the response types in imap_endofresp()Steve Holme
2013-02-24imap: Added stricter parsing of continuation responsesJiri Hruska
2013-02-24imap: Simplified memcmp() in tagged response parsingSteve Holme
2013-02-24imap: Reworked the logic of untagged command responsesJiri Hruska
2013-02-24imap: Corrected spacing of trailing braceSteve Holme
2013-02-24imap: Added stricter parsing of tagged command responsesJiri Hruska
2013-02-24imap: Simplified command response test in imap_endofresp()Jiri Hruska
2013-02-24imap: Corrected comment in imap_endofresp()Jiri Hruska
2013-02-23imap: Added the ability to FETCH a specific UID and SECTIONJiri Hruska
2013-02-23email: Additional tidy up of comments following recent changesSteve Holme
2013-02-23imap: Minor correction of comments for max line lengthSteve Holme
2013-02-23imap: Added URL parsing of new variablesJiri Hruska
2013-02-23imap: Introduced imap_is_bchar() functionJiri Hruska
2013-02-23imap: Introduced new per-request veriablesJiri Hruska
2013-02-23imap: Fixed escaping of mailbox namesJiri Hruska
2013-02-23email: Minor tidy up following IMAP changesSteve Holme
2013-02-23imap: Removed more FTP leftoversJiri Hruska
2013-02-23imap: Removed some FTP heritage leftoversJiri Hruska
2013-02-23imap: Introduced a custom IMAP structure for per-request dataJiri Hruska
2013-02-22imap: Fixed memory leak when performing multiple selectsSteve Holme
2013-02-22imap.c: Fixed an incorrect variable referenceSteve Holme
2013-02-16email: Tidied up result code variablesSteve Holme
2013-02-16email: Removed unnecessary forward declarationSteve Holme
2013-02-15imap: Removed unnecessary state change on failureSteve Holme
2013-02-15rename "easy" statemachines: call them block insteadDaniel Stenberg
2013-02-13email: Tidy up before additional IMAP workSteve Holme
2013-02-12imap: Corrected a whitespace issue from previous commitSteve Holme
2013-02-12email: Another post optimisation of endofresp() tidy upSteve Holme
2013-02-12email: Post optimisation of endofresp() tidy upSteve Holme
2013-02-12pingpong: Optimised the endofresp() functionSteve Holme
2013-02-11email: Post STARTLS capability code tidy up (Part Three)Steve Holme
2013-02-11email: Post STARTLS capability code tidy up (Part Two)Steve Holme
2013-02-10email: Post STARTLS capability code tidy up (Part One)Steve Holme
2013-02-10imap: Fixed memory leak following commit f6010d9a0359Steve Holme
2013-02-10imap: Added support for the STARTTLS capability (Part Three)Steve Holme