#
88264355 |
| 09-Mar-2013 |
Steve Holme |
imap: Re-factored all perform based functions Standardised the naming of all perform based functions to be in the form imap_perform_something().
|
#
ca3c0ed3 |
| 09-Mar-2013 |
Steve Holme |
imap: Added description comments to all perform based functions
|
#
6bdd3d4a |
| 09-Mar-2013 |
Steve Holme |
imap: Removed the need for separate custom request functions Moved the custom request processing into the LIST command as the logic is the same.
|
#
69eca5c2 |
| 09-Mar-2013 |
Steve Holme |
imap: Corrected typo in comment
|
#
b4c9b515 |
| 09-Mar-2013 |
Steve Holme |
imap: Moved imap_logout() to be grouped with the other perform functions
|
#
b482417a |
| 09-Mar-2013 |
Steve Holme |
email: Updated the function descriptions for the logout / quit functions Updated the function description comments following commit 4838d196fdbf.
|
#
4838d196 |
| 09-Mar-2013 |
Steve Holme |
email: Simplified the logout / quit functions Moved the blocking state machine to the disconnect functions so that the logout / quit functions are only responsible for sending the actual
email: Simplified the logout / quit functions Moved the blocking state machine to the disconnect functions so that the logout / quit functions are only responsible for sending the actual command needed to logout or quit. Additionally removed the hard return on failure.
show more ...
|
#
f691f960 |
| 08-Mar-2013 |
Steve Holme |
email: Tidied up the *_regular_transfer() functions Added comments and simplified convoluted dophase_done comparison.
|
#
e5bb4e86 |
| 08-Mar-2013 |
Steve Holme |
email: Simplified nesting of if statements in *_doing() functions
|
#
1f41772b |
| 08-Mar-2013 |
Steve Holme |
imap: Fixed handling of untagged responses for the STORE custom command Added an exception, for the STORE command, to the untagged response processor in imap_endofresp() as servers will
imap: Fixed handling of untagged responses for the STORE custom command Added an exception, for the STORE command, to the untagged response processor in imap_endofresp() as servers will back respones containing the FETCH keyword instead.
show more ...
|
#
170ae51c |
| 07-Mar-2013 |
Steve Holme |
imap: Fixed SELECT not being performed for custom requests
|
#
cc890906 |
| 07-Mar-2013 |
Steve Holme |
email: Minor code tidy up following recent changes Removed unwanted braces and added variable initialisation.
|
#
67b6fa5f |
| 07-Mar-2013 |
Steve Holme |
email: Optimised block_statemach() functions Optimised the result test in each of the block_statemach() functions.
|
#
5c89413b |
| 06-Mar-2013 |
Steve Holme |
imap: Tidied up the APPEND and final APPEND response functions Removed unnecessary state changes on failure and setting of result codes on success.
|
#
37f3fcd6 |
| 06-Mar-2013 |
Steve Holme |
imap: Tidied up the final FETCH response function Removed unnecessary state change on failure and setting of result code on success.
|
#
c9f9f601 |
| 06-Mar-2013 |
Steve Holme |
imap: Tidied up the LIST response function Reworked comments as they referenced custom commands, removed unnecessary state change on failure and setting of result code on success.
|
#
24ffceed |
| 06-Mar-2013 |
Steve Holme |
imap: Removed the custom request response function Removed imap_state_custom_resp() as imap_state_list_resp() provides the same functionality.
|
#
b7f39156 |
| 06-Mar-2013 |
Steve Holme |
imap: Added check for empty UID in FETCH command As the UID has to be specified by the user for the FETCH command to work correctly, added a check to imap_fetch(), although strictly spea
imap: Added check for empty UID in FETCH command As the UID has to be specified by the user for the FETCH command to work correctly, added a check to imap_fetch(), although strictly speaking it is protected by the call from imap_perform().
show more ...
|
#
fa9748df |
| 06-Mar-2013 |
Daniel Stenberg |
imap: fix compiler warning imap.c:694:21: error: unused variable 'imapc' [-Werror=unused-variable]
|
#
198012ee |
| 05-Mar-2013 |
Steve Holme |
imap: Added support for list command
|
#
742544aa |
| 05-Mar-2013 |
Steve Holme |
imap: Added list perform and response handler functions
|
#
041754e3 |
| 05-Mar-2013 |
Steve Holme |
imap: Introduced IMAP_LIST state
|
#
b960f1e8 |
| 05-Mar-2013 |
Steve Holme |
imap: Small tidy up of imap_select() to match imap_append() Updated the style of imap_select() before adding the LIST command.
|
#
c2934661 |
| 05-Mar-2013 |
Steve Holme |
imap: Moved mailbox check from the imap_do() function In preparation for the addition of the LIST command, moved the mailbox check from imap_do() to imap_select() and imap_append().
|
#
298f806d |
| 03-Mar-2013 |
Steve Holme |
imap: Added comments to imap_append()
|