1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
.TH "POP3" 3 "15 Aug 2009" "Version 0.8.2" "mailfilter" \" -*- nroff -*-
.ad l
.nh
.SH NAME
POP3 \-
.SH SYNOPSIS
.br
.PP
\fC#include <pop3.hh>\fP
.PP
Inherits \fBProtocol\fP.
.PP
Inherited by \fBAPOP\fP.
.PP
.SS "Public Member Functions"
.in +1c
.ti -1c
.RI "bool \fBlogin\fP (const char *, const char *, const unsigned int) const "
.br
.ti -1c
.RI "bool \fBlogout\fP (void) const "
.br
.ti -1c
.RI "int \fBremove_msg\fP (const unsigned int) const "
.br
.ti -1c
.RI "int \fBstatus\fP (void) const "
.br
.ti -1c
.RI "int \fBscan\fP (void) const "
.br
.in -1c
.SH "Member Function Documentation"
.PP
.SS "bool POP3::login (const char * usr, const char * pass, const unsigned int enc) const\fC [virtual]\fP"
.PP
Implements \fBProtocol\fP.
.PP
Reimplemented in \fBAPOP\fP.
.SS "bool POP3::logout (void) const\fC [virtual]\fP"
.PP
Implements \fBProtocol\fP.
.SS "int POP3::remove_msg (const unsigned int num) const\fC [virtual]\fP"
.PP
Implements \fBProtocol\fP.
.SS "int POP3::scan (void) const\fC [virtual]\fP"
.PP
Implements \fBProtocol\fP.
.SS "int POP3::status (void) const\fC [virtual]\fP"
.PP
Implements \fBProtocol\fP.
.SH "Author"
.PP
Generated automatically by Doxygen for mailfilter from the source code.
|