|
|
|
@ -802,7 +802,16 @@ time_t mailimap_get_timeout(mailimap * session);
|
|
|
|
|
LIBETPAN_EXPORT
|
|
|
|
|
void mailimap_set_logger(mailimap * session, void (* logger)(mailimap * session, int log_type,
|
|
|
|
|
const char * str, size_t size, void * context), void * logger_context);
|
|
|
|
|
|
|
|
|
|
LIBETPAN_EXPORT
|
|
|
|
|
void mailimap_set_complex_command_tag_enabled(mailimap * imap, int enabled);
|
|
|
|
|
|
|
|
|
|
LIBETPAN_EXPORT
|
|
|
|
|
int mailimap_is_complex_command_tag_enabled(mailimap * imap);
|
|
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
}
|
|
|
|
|
#endif
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
}
|
|
|
|
|
#endif
|
|
|
|
|