Age | Commit message (Expand) | Author |
2013-03-03 | imap: Added custom request perform and response handler functions | Jiri Hruska |
2013-03-03 | imap: Added custom request parsing | Jiri Hruska |
2013-03-03 | imap: Introduced custom request parameters | Jiri Hruska |
2013-03-03 | imap: Introduced IMAP_CUSTOM state | Jiri Hruska |
2013-03-02 | imap: Minor code tidy up | Steve Holme |
2013-03-02 | imap: Simplified the imap_state_append_resp() function | Steve Holme |
2013-03-02 | imap: Changed successful response logic in imap_state_append_resp() | Steve Holme |
2013-03-02 | imap: Standardised imapcode condition tests | Steve Holme |
2013-03-02 | imap: Moved imap_append() to be with the other perform functions | Steve Holme |
2013-03-02 | imap: Enabled APPEND support in imap_perform() | Jiri Hruska |
2013-03-02 | imap: Implemented APPEND final processing | Jiri Hruska |
2013-03-02 | imap: Added APPEND perform and response handler functions | Jiri Hruska |
2013-03-02 | imap: Introduced IMAP_APPEND and IMAP_APPEND_FINAL states | Jiri Hruska |
2013-03-02 | imap: Updated setting of transfer variables in imap_state_fetch_resp() | Jiri Hruska |
2013-03-02 | imap: Improved FETCH response parsing | Jiri Hruska |
2013-02-28 | imap: Fixed accidentally lossing the result code | Steve Holme |
2013-02-28 | imap: Another minor comment addition / tidy up | Steve Holme |
2013-02-28 | imap: Updated the coding style for state changes after a send operation | Steve Holme |
2013-02-28 | imap: FETCH response handler cleanup before further changes | Jiri Hruska |
2013-02-28 | imap: Small tidy up of function arguments | Steve Holme |
2013-02-28 | imap: Corrected debug message for IMAP_AUTHENTICATE_FINAL constant | Steve Holme |
2013-02-28 | imap: Fixed error code returned for invalid FETCH response | Jiri Hruska |
2013-02-28 | imap: Added processing of the final FETCH responses | Jiri Hruska |
2013-02-28 | imap: Introduced FETCH_FINAL state for processing final fetch responses | Jiri Hruska |
2013-02-28 | imap: fix autobuild warning | Steve Holme |
2013-02-28 | imap: fix compiler warning | Steve Holme |
2013-02-27 | imap: Re-factored final IMAP_AUTHENTICATE constant | Steve Holme |
2013-02-27 | imap: Updated the coding style of imap_state_servergreet_resp() | Steve Holme |
2013-02-27 | imap: Reversed the logic of the (un)successful tagged SELECT response | Steve Holme |
2013-02-27 | imap: Reversed the logic of the (un)successful tagged CAPABILITY response | Steve Holme |
2013-02-27 | imap: Corrected char* references with char * | Steve Holme |
2013-02-27 | imap: Added processing of more than one response when sent in same packet | Jiri Hruska |
2013-02-27 | imap: Added skipping of SELECT command if already in the same mailbox | Jiri Hruska |
2013-02-27 | imap: Introduced the mailbox variable | Jiri Hruska |
2013-02-26 | imap: Added verification of UIDVALIDITY mailbox attribute | Jiri Hruska |
2013-02-26 | imap: Added support for parsing the UIDVALIDITY property | Jiri Hruska |
2013-02-26 | imap: Introduced the mailbox_uidvalidity variable | Jiri Hruska |
2013-02-26 | imap: Corrected comment in imap_endofresp() | Steve Holme |
2013-02-26 | imap: Corrected whitespace | Steve Holme |
2013-02-26 | imap: Added filtering of CAPABILITY and FETCH untagged responses | Jiri Hruska |
2013-02-26 | imap: Added a helper function for upcoming untagged response filtering | Jiri Hruska |
2013-02-26 | imap: Moved CAPABILITY response handling to imap_state_capability_resp() | Jiri Hruska |
2013-02-25 | email: Small tidy up following recent changes | Steve Holme |
2013-02-25 | imap: Removed bytecountp from the per-request structure | Jiri Hruska |
2013-02-25 | imap: Adjusted SELECT and FETCH function order | Jiri Hruska |
2013-02-25 | imap: Adjusted SELECT and FETCH state order in imap_statemach_act() | Jiri Hruska |
2013-02-25 | imap: Minor tidy up of comments in imap_parse_url_path() | Steve Holme |
2013-02-25 | imap: Fixed incorrect comparison for STARTTLS in imap_endofresp() | Steve Holme |
2013-02-24 | imap: Added check for new internal imap response code | Steve Holme |
2013-02-24 | imap: Changed the order of the response types in imap_endofresp() | Steve Holme |