|
E-MailRelay
|
Interprets an executable filter's exit code. More...
#include <gfilter.h>
Public Member Functions | |
| Exit (int exit_code, Type) | |
| bool | ok () const |
| bool | abandon () const |
| bool | fail () const |
Public Attributes | |
| Result | result {Result::fail} |
| bool | special {false} |
| GSmtp::Filter::Exit::Exit | ( | int | exit_code, |
| Filter::Type | type | ||
| ) |
Definition at line 55 of file gfilter.cpp.
| bool GSmtp::Filter::Exit::abandon | ( | ) | const |
Definition at line 118 of file gfilter.cpp.
| bool GSmtp::Filter::Exit::fail | ( | ) | const |
Definition at line 124 of file gfilter.cpp.
| bool GSmtp::Filter::Exit::ok | ( | ) | const |
Definition at line 113 of file gfilter.cpp.