Functions
CamelPOP3CommandFunc ()
void
(*CamelPOP3CommandFunc) (CamelPOP3Engine *pe,
                         CamelPOP3Stream *stream,
                         GCancellable *cancellable,
                         GError **error,
                         gpointer data);
 
camel_pop3_engine_new ()
CamelPOP3Engine *
camel_pop3_engine_new (CamelStream *source,
                       guint32 flags,
                       GCancellable *cancellable,
                       GError **error);
 
camel_pop3_engine_reget_capabilities ()
gboolean
camel_pop3_engine_reget_capabilities (CamelPOP3Engine *engine,
                                      GCancellable *cancellable,
                                      GError **error);
Regets server capabilities (needed after a STLS command is issued for example).
 
camel_pop3_engine_busy_lock ()
gboolean
camel_pop3_engine_busy_lock (CamelPOP3Engine *pe,
                             GCancellable *cancellable,
                             GError **error);
 
camel_pop3_engine_busy_unlock ()
void
camel_pop3_engine_busy_unlock (CamelPOP3Engine *pe);