mailfilter
0.8.6
|
This is the complete list of members for APOP, including all inherited members.
conn | Protocol | protected |
connect_type | Protocol | protected |
ident(void) const | Protocol | |
login(const char *usr, const char *pass, const unsigned int enc) const | APOP | virtual |
logout(void) const | POP3 | virtual |
prot_ident | Protocol | protected |
remove_msg(const unsigned int) const | POP3 | virtual |
scan(void) const | POP3 | virtual |
set_connection(Connection *) | Protocol | |
set_ident(unsigned int) | Protocol | |
status(void) const | POP3 | virtual |
~Protocol(void) | Protocol | inlinevirtual |
mailfilter
0.8.6
|
mailfilter
0.8.6
|
mailfilter
0.8.6
|
This is the complete list of members for Preferences, including all inherited members.
mailfilter
0.8.6
|
This is the complete list of members for Connection, including all inherited members.
c_close(void) const =0 | Connection | pure virtual |
c_open(const char *host_name, int port, int time_out, int protocol)=0 | Connection | pure virtual |
c_read(bool=false)=0 | Connection | pure virtual |
c_reply(void) const =0 | Connection | pure virtual |
c_write(const char *msg)=0 | Connection | pure virtual |
~Connection(void) | Connection | inlinevirtual |
mailfilter
0.8.6
|
This is the complete list of members for Protocol, including all inherited members.
conn | Protocol | protected |
connect_type | Protocol | protected |
ident(void) const | Protocol | |
login(const char *usr, const char *pass, const unsigned int) const =0 | Protocol | pure virtual |
logout(void) const =0 | Protocol | pure virtual |
prot_ident | Protocol | protected |
remove_msg(const unsigned int num) const =0 | Protocol | pure virtual |
scan(void) const =0 | Protocol | pure virtual |
set_connection(Connection *) | Protocol | |
set_ident(unsigned int) | Protocol | |
status(void) const =0 | Protocol | pure virtual |
~Protocol(void) | Protocol | inlinevirtual |
mailfilter
0.8.6
|
mailfilter
0.8.6
|
This is the complete list of members for Feedback, including all inherited members.
Instance(void) | Feedback | static |
open(const char *) | Feedback | |
print_err(const string, int=1) | Feedback | |
print_header(const string) | Feedback | |
print_msg(const string, int) | Feedback | |
~Feedback(void) | Feedback |
mailfilter
0.8.6
|
mailfilter
0.8.6
|
mailfilter
0.8.6
|
#include <iostream>
#include <string>
#include <sys/types.h>
#include <regex.h>
#include "filter.hh"
#include "mailfilter.hh"
#include "preferences.hh"
mailfilter
0.8.6
|