Ship JWSMTP with inoclam since hardly any distro has packages for it.
[inoclam.git] / src / jwsmtp.hxx
blob7cdbdad3e97a47cb28c587d561031e3cb8cc75f8
1 // Note that the only valid version of the GPL as far as jwSMTP
2 // is concerned is v2 of the license (ie v2, not v2.2 or v3.x or whatever),
3 // unless explicitly otherwise stated.
4 //
5 // This file is part of the jwSMTP library.
6 //
7 // jwSMTP library is free software; you can redistribute it and/or modify
8 // it under the terms of the GNU General Public License as published by
9 // the Free Software Foundation; version 2 of the License.
11 // jwSMTP library is distributed in the hope that it will be useful,
12 // but WITHOUT ANY WARRANTY; without even the implied warranty of
13 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 // GNU General Public License for more details.
16 // You should have received a copy of the GNU General Public License
17 // along with jwSMTP library; if not, write to the Free Software
18 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20 // jwSMTP library
21 // http://johnwiggins.net
22 // smtplib@johnwiggins.net
24 // Modified by Tom Cort <tom.cort@state.vt.us 30-Oct-2008.
25 // Renamed headers to .hxx and removed WIN32 specific code.
27 #ifndef __JWSMTP_HXX__
28 #define __JWSMTP_HXX__
30 #include "mailer.hxx"
31 #include "compat.hxx"
32 #include "base64.hxx"
34 #endif