spmfilter.h
Go to the documentation of this file.
1 /* spmfilter - mail filtering framework
2  * Copyright (C) 2009-2012 Axel Steiner and SpaceNet AG
3  *
4  * This program is free software; you can redistribute it and/or
5  * modify it under the terms of the GNU Lesser General Public
6  * License as published by the Free Software Foundation; either
7  * version 3 of the License, or (at your option) any later version.
8  *
9  * This program is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12  * Lesser General Public License for more details.
13  *
14  * You should have received a copy of the GNU Lesser General Public
15  * License along with this program. If not, see <http://www.gnu.org/licenses/>.
16  */
17 
24 #ifndef SPMFILTER_H
25 #define SPMFILTER_H
26 
27 #include <smf/smf_core.h>
28 #include <smf/smf_dict.h>
29 #include <smf/smf_email_address.h>
30 #include <smf/smf_envelope.h>
31 #include <smf/smf_header.h>
32 #include <smf/smf_list.h>
33 #include <smf/smf_lookup.h>
34 #include <smf/smf_message.h>
35 #include <smf/smf_part.h>
36 #include <smf/smf_session.h>
37 #include <smf/smf_settings.h>
38 #include <smf/smf_smtp.h>
39 #include <smf/smf_trace.h>
40 
41 #endif /* SPMFILTER_H */