mailfilter  0.8.9
Classes | Macros
pop3.hh File Reference
#include "header.hh"
#include "protocol.hh"

Go to the source code of this file.

Classes

class  POP3
 

Macros

#define REPLY_OK
 
#define HEADER_OK
 

Macro Definition Documentation

◆ HEADER_OK

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

◆ REPLY_OK

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