#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 |
|
Value: ((conn->c_read (true) > 0 && conn->c_reply ())? \ (((conn->c_reply ()->c_str ())[0] == '+') ? true : false) \ : false) |
|
Value: ((conn->c_read () > 0 && conn->c_reply ()) ? \ (((conn->c_reply ()->c_str ())[0] == '+') ? true : false) \ : false) |
|
|
|
|
|
|
|
|
|
|
|
|