Age | Commit message (Expand) | Author |
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 |
2013-02-24 | imap: Added stricter parsing of continuation responses | Jiri Hruska |
2013-02-24 | imap: Simplified memcmp() in tagged response parsing | Steve Holme |
2013-02-24 | imap: Reworked the logic of untagged command responses | Jiri Hruska |
2013-02-24 | imap: Corrected spacing of trailing brace | Steve Holme |
2013-02-24 | imap: Added stricter parsing of tagged command responses | Jiri Hruska |
2013-02-24 | imap: Simplified command response test in imap_endofresp() | Jiri Hruska |
2013-02-24 | imap: Corrected comment in imap_endofresp() | Jiri Hruska |
2013-02-23 | imap: Added the ability to FETCH a specific UID and SECTION | Jiri Hruska |
2013-02-23 | email: Additional tidy up of comments following recent changes | Steve Holme |
2013-02-23 | imap: Minor correction of comments for max line length | Steve Holme |
2013-02-23 | imap: Added URL parsing of new variables | Jiri Hruska |
2013-02-23 | imap: Introduced imap_is_bchar() function | Jiri Hruska |
2013-02-23 | imap: Introduced new per-request veriables | Jiri Hruska |
2013-02-23 | imap: Fixed escaping of mailbox names | Jiri Hruska |
2013-02-23 | email: Minor tidy up following IMAP changes | Steve Holme |
2013-02-23 | imap: Removed more FTP leftovers | Jiri Hruska |
2013-02-23 | imap: Removed some FTP heritage leftovers | Jiri Hruska |
2013-02-23 | imap: Introduced a custom IMAP structure for per-request data | Jiri Hruska |
2013-02-22 | imap: Fixed memory leak when performing multiple selects | Steve Holme |
2013-02-22 | imap.c: Fixed an incorrect variable reference | Steve Holme |
2013-02-16 | email: Tidied up result code variables | Steve Holme |
2013-02-16 | email: Removed unnecessary forward declaration | Steve Holme |
2013-02-15 | imap: Removed unnecessary state change on failure | Steve Holme |
2013-02-15 | rename "easy" statemachines: call them block instead | Daniel Stenberg |
2013-02-13 | email: Tidy up before additional IMAP work | Steve Holme |
2013-02-12 | imap: Corrected a whitespace issue from previous commit | Steve Holme |
2013-02-12 | email: Another post optimisation of endofresp() tidy up | Steve Holme |
2013-02-12 | email: Post optimisation of endofresp() tidy up | Steve Holme |
2013-02-12 | pingpong: Optimised the endofresp() function | Steve Holme |
2013-02-11 | email: Post STARTLS capability code tidy up (Part Three) | Steve Holme |
2013-02-11 | email: Post STARTLS capability code tidy up (Part Two) | Steve Holme |
2013-02-10 | email: Post STARTLS capability code tidy up (Part One) | Steve Holme |
2013-02-10 | imap: Fixed memory leak following commit f6010d9a0359 | Steve Holme |
2013-02-10 | imap: Added support for the STARTTLS capability (Part Three) | Steve Holme |
2013-02-10 | imap: Added support for the STARTTLS capability (Part Two) | Steve Holme |
2013-02-10 | imap: Added support for the STARTTLS capability (Part One) | Steve Holme |
2013-02-09 | imap: Corrected some comments | Steve Holme |
2013-02-08 | imap: Renamed state variables in imap_authenticate() | Steve Holme |
2013-02-07 | imap: Added support for SASL-IR extension (Part 2) | Steve Holme |
2013-02-07 | imap: Added support for SASL-IR extension (Part 1) | Steve Holme |
2013-02-07 | imap: Changed response tag generation to be completely unique | Steve Holme |
2013-02-06 | imap: Small variable rename in preparation for upcoming change | Steve Holme |
2013-02-06 | email: Moved starttls code in separate functions | Steve Holme |
2013-02-05 | email: Reworked comments in the endofresp() functions | Steve Holme |
2013-02-04 | email: Provided extra comments following recent pop3/imap fixes | Steve Holme |