Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members

pop3.cc File Reference

#include <cstdio>
#include <cstdlib>
#include <sstream>
#include <string>
#include "socket.hh"
#include "pop3.hh"
#include "feedback.hh"
#include "preferences.hh"
#include "mailfilter.hh"
#include "header.hh"
#include "weeder.hh"
#include "defines.hh"
#include <FlexLexer.h>

Defines

#define yyFlexLexer   rfcFlexLexer
#define REPLY_OK
#define HEADER_OK

Functions

int rfcparse (void *)

Variables

FlexLexer * rfclexer
pref::Preferences prefs
Feedback logger
Weeder weeder

Define Documentation

#define HEADER_OK
 

Value:

((conn->c_read (true) > 0 && conn->c_reply ())? \
        (((conn->c_reply ()->c_str ())[0] == '+') ? true : false) \
                                                         : false)

#define REPLY_OK
 

Value:

((conn->c_read () > 0 && conn->c_reply ()) ?     \
        (((conn->c_reply ()->c_str ())[0] == '+') ? true : false) \
                                                         : false)

#define yyFlexLexer   rfcFlexLexer
 


Function Documentation

int rfcparse void *   ) 
 


Variable Documentation

Feedback logger
 

pref :: Preferences prefs
 

FlexLexer* rfclexer
 

Weeder weeder
 


Generated on Sat Feb 14 18:38:55 2004 for mailfilter by doxygen 1.3.5