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 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127
|
.TH "Account" 3 "15 Aug 2009" "Version 0.8.2" "mailfilter" \" -*- nroff -*-
.ad l
.nh
.SH NAME
Account \-
.SH SYNOPSIS
.br
.PP
\fC#include <account.hh>\fP
.PP
.SS "Public Member Functions"
.in +1c
.ti -1c
.RI "void \fBclear\fP (void)"
.br
.ti -1c
.RI "string \fBserver\fP (void)"
.br
.ti -1c
.RI "void \fBset_server\fP (const char *)"
.br
.ti -1c
.RI "string \fBusr\fP (void)"
.br
.ti -1c
.RI "void \fBset_usr\fP (const char *)"
.br
.ti -1c
.RI "string \fBpasswd\fP (void)"
.br
.ti -1c
.RI "void \fBset_passwd\fP (const char *)"
.br
.ti -1c
.RI "unsigned int \fBport\fP (void)"
.br
.ti -1c
.RI "void \fBset_port\fP (unsigned int)"
.br
.ti -1c
.RI "void \fBset_protocol\fP (unsigned int)"
.br
.ti -1c
.RI "unsigned int \fBprotocol\fP (void)"
.br
.ti -1c
.RI "void \fBset_connection\fP (unsigned int=POSIX_SOCKETS) __attribute__((unused))"
.br
.ti -1c
.RI "int \fBcheck\fP (void)"
.br
.in -1c
.SS "Protected Attributes"
.in +1c
.ti -1c
.RI "string \fBserv\fP"
.br
.ti -1c
.RI "string \fBuser\fP"
.br
.ti -1c
.RI "string \fBpass\fP"
.br
.ti -1c
.RI "int \fBthe_port\fP"
.br
.ti -1c
.RI "vector< string > \fBmsg_ids\fP"
.br
.ti -1c
.RI "\fBProtocol\fP * \fBproto\fP"
.br
.ti -1c
.RI "\fBConnection\fP * \fBconn\fP"
.br
.in -1c
.SH "Member Function Documentation"
.PP
.SS "int Account::check (void)"
.PP
.SS "void Account::clear (void)"
.PP
.SS "string Account::passwd (void)"
.PP
.SS "unsigned int Account::port (void)"
.PP
.SS "unsigned int Account::protocol (void)"
.PP
.SS "string Account::server (void)"
.PP
.SS "void Account::set_connection (unsigned int the_connection_type = \fCPOSIX_SOCKETS\fP)"
.PP
.SS "void Account::set_passwd (const char * s)"
.PP
.SS "void Account::set_port (unsigned int p)"
.PP
.SS "void Account::set_protocol (unsigned int prot)"
.PP
.SS "void Account::set_server (const char * s)"
.PP
.SS "void Account::set_usr (const char * s)"
.PP
.SS "string Account::usr (void)"
.PP
.SH "Member Data Documentation"
.PP
.SS "\fBConnection\fP* \fBAccount::conn\fP\fC [protected]\fP"
.PP
.SS "vector<string> \fBAccount::msg_ids\fP\fC [protected]\fP"
.PP
.SS "string \fBAccount::pass\fP\fC [protected]\fP"
.PP
.SS "\fBProtocol\fP* \fBAccount::proto\fP\fC [protected]\fP"
.PP
.SS "string \fBAccount::serv\fP\fC [protected]\fP"
.PP
.SS "int \fBAccount::the_port\fP\fC [protected]\fP"
.PP
.SS "string \fBAccount::user\fP\fC [protected]\fP"
.PP
.SH "Author"
.PP
Generated automatically by Doxygen for mailfilter from the source code.
|