diff options
Diffstat (limited to 'camel/providers/imap/camel-imap-command.h')
-rw-r--r-- | camel/providers/imap/camel-imap-command.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/camel/providers/imap/camel-imap-command.h b/camel/providers/imap/camel-imap-command.h index a7d3c3eae9..9dd31b88d2 100644 --- a/camel/providers/imap/camel-imap-command.h +++ b/camel/providers/imap/camel-imap-command.h @@ -37,6 +37,7 @@ extern "C" { #include <glib.h> struct _CamelImapResponse { + CamelFolder *folder; GPtrArray *untagged; char *status; }; @@ -50,6 +51,7 @@ CamelImapResponse *camel_imap_command_continuation (CamelImapStore *store, const char *cmdbuf); void camel_imap_response_free (CamelImapResponse *response); +void camel_imap_response_free_without_processing(CamelImapResponse *response); char *camel_imap_response_extract (CamelImapResponse *response, const char *type, CamelException *ex); |