File: POP3.3

package info (click to toggle)
mailfilter 0.8.2-4
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 2,956 kB
  • sloc: cpp: 2,459; ansic: 1,259; sh: 1,134; lex: 566; yacc: 463; makefile: 221; perl: 72
file content (56 lines) | stat: -rw-r--r-- 1,216 bytes parent folder | download | duplicates (2)
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.