| Top |  |  |  |  | 
| CamelStream * | camel_pop3_stream_new () | 
| void | camel_pop3_stream_set_mode () | 
| gint | camel_pop3_stream_line () | 
| gint | camel_pop3_stream_getd () | 
CamelStream *
camel_pop3_stream_new (CamelStream *source);
Creates a new CamelPOP3Stream which operates on the source
.
The source
 stream is referenced for later use.
void camel_pop3_stream_set_mode (CamelPOP3Stream *is,camel_pop3_stream_mode_t mode);
gint camel_pop3_stream_line (CamelPOP3Stream *is,guchar **data,guint *len,GCancellable *cancellable,GError **error);
gint camel_pop3_stream_getd (CamelPOP3Stream *is,guchar **start,guint *len,GCancellable *cancellable,GError **error);