aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-03-02imap: Introduced IMAP_APPEND and IMAP_APPEND_FINAL statesJiri Hruska
2013-03-02imap: Updated setting of transfer variables in imap_state_fetch_resp()Jiri Hruska
2013-03-02imap: Improved FETCH response parsingJiri Hruska
2013-02-28imap: Fixed accidentally lossing the result codeSteve Holme
2013-02-28imap: Another minor comment addition / tidy upSteve Holme
2013-02-28imap: Updated the coding style for state changes after a send operationSteve Holme
2013-02-28pop3 / smtp: Small comment tidy upSteve Holme
2013-02-28imap: FETCH response handler cleanup before further changesJiri Hruska
2013-02-28pop3: Small tidy up of function argumentsSteve Holme
2013-02-28imap: Small tidy up of function argumentsSteve Holme
2013-02-28smtp: Corrected debug message for POP3_AUTH_FINAL constantSteve Holme
2013-02-28pop3: Corrected debug message for POP3_AUTH_FINAL constantSteve Holme
2013-02-28imap: Corrected debug message for IMAP_AUTHENTICATE_FINAL constantSteve Holme
2013-02-28imap: Fixed error code returned for invalid FETCH responseJiri Hruska
2013-02-28imap: Added processing of the final FETCH responsesJiri Hruska
2013-02-28imap: Introduced FETCH_FINAL state for processing final fetch responsesJiri Hruska
2013-02-28imap: fix autobuild warningSteve Holme
2013-02-28imap: fix compiler warningSteve Holme
2013-02-27smtp: Re-factored the final SMTP_AUTH constantSteve Holme
2013-02-27pop3: Re-factored the final POP3_AUTH constantSteve Holme
2013-02-27imap: Re-factored final IMAP_AUTHENTICATE constantSteve Holme
2013-02-27imap: Updated the coding style of imap_state_servergreet_resp()Steve Holme
2013-02-27imap: Reversed the logic of the (un)successful tagged SELECT responseSteve Holme
2013-02-27imap: Reversed the logic of the (un)successful tagged CAPABILITY responseSteve Holme
2013-02-27imap: Corrected char* references with char *Steve Holme
2013-02-27imap: Added processing of more than one response when sent in same packetJiri Hruska
2013-02-27imap: Added skipping of SELECT command if already in the same mailboxJiri Hruska
2013-02-27imap: Introduced the mailbox variableJiri Hruska
2013-02-26email: Slight reordering of connection based variablesSteve Holme
2013-02-26imap: Tidied up comments for connection based variablesSteve Holme
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-26Remove unused variable in smtp_state_data_resp()Linus Nielsen Feltzing
2013-02-25email: Small tidy up following recent changesSteve Holme
2013-02-25smtp: Removed bytecountp from the per-request structureSteve Holme
2013-02-25pop3: Removed bytecountp from the per-request structureSteve 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