File: pop3_8cc.html

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 (125 lines) | stat: -rw-r--r-- 5,258 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
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>mailfilter: pop3.cc File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css">
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.8 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="annotated.html"><span>Classes</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
      <li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
    </ul>
  </div>
</div>
<div class="contents">
<h1>pop3.cc File Reference</h1><code>#include &lt;cstdio&gt;</code><br>
<code>#include &lt;cstdlib&gt;</code><br>
<code>#include &lt;sstream&gt;</code><br>
<code>#include &lt;string&gt;</code><br>
<code>#include &quot;<a class="el" href="socket_8hh-source.html">socket.hh</a>&quot;</code><br>
<code>#include &quot;<a class="el" href="pop3_8hh-source.html">pop3.hh</a>&quot;</code><br>
<code>#include &quot;<a class="el" href="feedback_8hh-source.html">feedback.hh</a>&quot;</code><br>
<code>#include &quot;<a class="el" href="preferences_8hh-source.html">preferences.hh</a>&quot;</code><br>
<code>#include &quot;<a class="el" href="mailfilter_8hh-source.html">mailfilter.hh</a>&quot;</code><br>
<code>#include &quot;header.hh&quot;</code><br>
<code>#include &quot;weeder.hh&quot;</code><br>
<code>#include &quot;defines.hh&quot;</code><br>
<code>#include &quot;<a class="el" href="protocol_8hh-source.html">protocol.hh</a>&quot;</code><br>
<code>#include &lt;FlexLexer.h&gt;</code><br>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="pop3_8cc.html#f699458ba5331ddec7e15a878f42f8f5">yyFlexLexer</a>&nbsp;&nbsp;&nbsp;rfcFlexLexer</td></tr>

<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="pop3_8cc.html#244880e4425841cbc78d84da8c882369">rfcparse</a> (void *)</td></tr>

<tr><td colspan="2"><br><h2>Variables</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">FlexLexer *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="pop3_8cc.html#031d57ace52fefb9c659321b045831b5">rfclexer</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">Weeder&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="pop3_8cc.html#a366ad0c1ab3b661b0df659697a5e10f">weeder</a></td></tr>

</table>
<hr><h2>Define Documentation</h2>
<a class="anchor" name="f699458ba5331ddec7e15a878f42f8f5"></a><!-- doxytag: member="pop3.cc::yyFlexLexer" ref="f699458ba5331ddec7e15a878f42f8f5" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">#define yyFlexLexer&nbsp;&nbsp;&nbsp;rfcFlexLexer          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<hr><h2>Function Documentation</h2>
<a class="anchor" name="244880e4425841cbc78d84da8c882369"></a><!-- doxytag: member="pop3.cc::rfcparse" ref="244880e4425841cbc78d84da8c882369" args="(void *)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int rfcparse           </td>
          <td>(</td>
          <td class="paramtype">void *&nbsp;</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<hr><h2>Variable Documentation</h2>
<a class="anchor" name="031d57ace52fefb9c659321b045831b5"></a><!-- doxytag: member="pop3.cc::rfclexer" ref="031d57ace52fefb9c659321b045831b5" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">FlexLexer* <a class="el" href="pop3_8cc.html#031d57ace52fefb9c659321b045831b5">rfclexer</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<a class="anchor" name="a366ad0c1ab3b661b0df659697a5e10f"></a><!-- doxytag: member="pop3.cc::weeder" ref="a366ad0c1ab3b661b0df659697a5e10f" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">Weeder <a class="el" href="pop3_8cc.html#a366ad0c1ab3b661b0df659697a5e10f">weeder</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Sat Aug 15 16:13:13 2009 for mailfilter by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
</body>
</html>