pop3.hh File Reference

#include "header.hh"
#include "protocol.hh"

Go to the source code of this file.

Classes

class  POP3

Defines

#define REPLY_OK
#define HEADER_OK


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)


Generated on Sat Sep 15 17:50:33 2007 for mailfilter by  doxygen 1.5.3