Commit History

Author SHA1 Message Date
  Steve Holme 01e55ebb26 imap: Moved utility functions to end of imap.c (Part 1/3) 11 years ago
  Steve Holme 4bbad1dac7 imap: Corrected function description for imap_connect() 11 years ago
  Steve Holme b3440f490f imap: Fixed incorrect initial response generation for SASL AUTHENTICATE 11 years ago
  Steve Holme 1fcf52cae4 imap: Reworked some function descriptions 11 years ago
  Steve Holme cbea345f61 imap: Added some missing comments to imap_sendf() 11 years ago
  Steve Holme 059647f398 email: Removed hard returns from init functions 11 years ago
  Steve Holme 8826435571 imap: Re-factored all perform based functions 11 years ago
  Steve Holme ca3c0ed3a9 imap: Added description comments to all perform based functions 11 years ago
  Steve Holme 6bdd3d4a88 imap: Removed the need for separate custom request functions 11 years ago
  Steve Holme 69eca5c252 imap: Corrected typo in comment 11 years ago
  Steve Holme b4c9b515aa imap: Moved imap_logout() to be grouped with the other perform functions 11 years ago
  Steve Holme b482417ac4 email: Updated the function descriptions for the logout / quit functions 11 years ago
  Steve Holme 4838d196fd email: Simplified the logout / quit functions 11 years ago
  Steve Holme f691f9609c email: Tidied up the *_regular_transfer() functions 11 years ago
  Steve Holme e5bb4e86ac email: Simplified nesting of if statements in *_doing() functions 11 years ago
  Steve Holme 1f41772bef imap: Fixed handling of untagged responses for the STORE custom command 11 years ago
  Steve Holme 170ae51c47 imap: Fixed SELECT not being performed for custom requests 11 years ago
  Steve Holme cc890906b1 email: Minor code tidy up following recent changes 11 years ago
  Steve Holme 67b6fa5f95 email: Optimised block_statemach() functions 11 years ago
  Steve Holme 5c89413b24 imap: Tidied up the APPEND and final APPEND response functions 11 years ago
  Steve Holme 37f3fcd631 imap: Tidied up the final FETCH response function 11 years ago
  Steve Holme c9f9f601b8 imap: Tidied up the LIST response function 11 years ago
  Steve Holme 24ffceed81 imap: Removed the custom request response function 11 years ago
  Steve Holme b7f39156d4 imap: Added check for empty UID in FETCH command 11 years ago
  Daniel Stenberg fa9748df11 imap: fix compiler warning 11 years ago
  Steve Holme 198012ee13 imap: Added support for list command 11 years ago
  Steve Holme 742544aad0 imap: Added list perform and response handler functions 11 years ago
  Steve Holme 041754e3fa imap: Introduced IMAP_LIST state 11 years ago
  Steve Holme b960f1e8bd imap: Small tidy up of imap_select() to match imap_append() 11 years ago
  Steve Holme c29346613d imap: Moved mailbox check from the imap_do() function 11 years ago