base64.h | base64.h | |||
---|---|---|---|---|
// Note that the only valid version of the GPL as far as jwSMTP | ||||
// is concerned is v2 of the license (ie v2, not v2.2 or v3.x or whatever), | ||||
// unless explicitly otherwise stated. | ||||
// | ||||
// This file is part of the jwSMTP library. | // This file is part of the jwSMTP library. | |||
// | // | |||
// jwSMTP library is free software; you can redistribute it and/or modify | // jwSMTP library is free software; you can redistribute it and/or modify | |||
// it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | |||
// the Free Software Foundation; either version 2 of the License, or | // the Free Software Foundation; version 2 of the License. | |||
// (at your option) any later version. | ||||
// | // | |||
// jwSMTP library is distributed in the hope that it will be useful, | // jwSMTP library is distributed in the hope that it will be useful, | |||
// but WITHOUT ANY WARRANTY; without even the implied warranty of | // but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
// GNU General Public License for more details. | // GNU General Public License for more details. | |||
// | // | |||
// You should have received a copy of the GNU General Public License | // You should have received a copy of the GNU General Public License | |||
// along with jwSMTP library; if not, write to the Free Software | // along with jwSMTP library; if not, write to the Free Software | |||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 U SA | // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 U SA | |||
// | // | |||
// jwSMTP library | ||||
// http://johnwiggins.net | // http://johnwiggins.net | |||
// smtplib@johnwiggins.net | // smtplib@johnwiggins.net | |||
// | // | |||
// base64.h: base64 encoding functions | // base64.h: base64 encoding functions | |||
// | // | |||
#ifndef __BASE64_H__ | #ifndef __BASE64_H__ | |||
#define __BASE64_H__ | #define __BASE64_H__ | |||
namespace jwsmtp { | namespace jwsmtp { | |||
End of changes. 3 change blocks. | ||||
2 lines changed or deleted | 6 lines changed or added | |||
compat.h | compat.h | |||
---|---|---|---|---|
// Note that the only valid version of the GPL as far as jwSMTP | ||||
// is concerned is v2 of the license (ie v2, not v2.2 or v3.x or whatever), | ||||
// unless explicitly otherwise stated. | ||||
// | ||||
// This file is part of the jwSMTP library. | // This file is part of the jwSMTP library. | |||
// | // | |||
// jwSMTP library is free software; you can redistribute it and/or modify | // jwSMTP library is free software; you can redistribute it and/or modify | |||
// it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | |||
// the Free Software Foundation; either version 2 of the License, or | // the Free Software Foundation; version 2 of the License. | |||
// (at your option) any later version. | ||||
// | // | |||
// jwSMTP library is distributed in the hope that it will be useful, | // jwSMTP library is distributed in the hope that it will be useful, | |||
// but WITHOUT ANY WARRANTY; without even the implied warranty of | // but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
// GNU General Public License for more details. | // GNU General Public License for more details. | |||
// | // | |||
// You should have received a copy of the GNU General Public License | // You should have received a copy of the GNU General Public License | |||
// along with jwSMTP library; if not, write to the Free Software | // along with jwSMTP library; if not, write to the Free Software | |||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 U SA | // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 U SA | |||
// | // | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 5 lines changed or added | |||
jwsmtp.h | jwsmtp.h | |||
---|---|---|---|---|
// Note that the only valid version of the GPL as far as jwSMTP | ||||
// is concerned is v2 of the license (ie v2, not v2.2 or v3.x or whatever), | ||||
// unless explicitly otherwise stated. | ||||
// | ||||
// This file is part of the jwSMTP library. | // This file is part of the jwSMTP library. | |||
// | // | |||
// jwSMTP library is free software; you can redistribute it and/or modify | // jwSMTP library is free software; you can redistribute it and/or modify | |||
// it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | |||
// the Free Software Foundation; either version 2 of the License, or | // the Free Software Foundation; version 2 of the License. | |||
// (at your option) any later version. | ||||
// | // | |||
// jwSMTP library is distributed in the hope that it will be useful, | // jwSMTP library is distributed in the hope that it will be useful, | |||
// but WITHOUT ANY WARRANTY; without even the implied warranty of | // but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
// GNU General Public License for more details. | // GNU General Public License for more details. | |||
// | // | |||
// You should have received a copy of the GNU General Public License | // You should have received a copy of the GNU General Public License | |||
// along with jwSMTP library; if not, write to the Free Software | // along with jwSMTP library; if not, write to the Free Software | |||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 U SA | // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 U SA | |||
// | // | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 5 lines changed or added | |||
mailer.h | mailer.h | |||
---|---|---|---|---|
// Note that the only valid version of the GPL as far as jwSMTP | ||||
// is concerned is v2 of the license (ie v2, not v2.2 or v3.x or whatever), | ||||
// unless explicitly otherwise stated. | ||||
// | ||||
// This file is part of the jwSMTP library. | // This file is part of the jwSMTP library. | |||
// | // | |||
// jwSMTP library is free software; you can redistribute it and/or modify | // jwSMTP library is free software; you can redistribute it and/or modify | |||
// it under the terms of the GNU General Public License as published by | // it under the terms of the GNU General Public License as published by | |||
// the Free Software Foundation; either version 2 of the License, or | // the Free Software Foundation; version 2 of the License. | |||
// (at your option) any later version. | ||||
// | // | |||
// jwSMTP library is distributed in the hope that it will be useful, | // jwSMTP library is distributed in the hope that it will be useful, | |||
// but WITHOUT ANY WARRANTY; without even the implied warranty of | // but WITHOUT ANY WARRANTY; without even the implied warranty of | |||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
// GNU General Public License for more details. | // GNU General Public License for more details. | |||
// | // | |||
// You should have received a copy of the GNU General Public License | // You should have received a copy of the GNU General Public License | |||
// along with jwSMTP library; if not, write to the Free Software | // along with jwSMTP library; if not, write to the Free Software | |||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 U SA | // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 U SA | |||
// | // | |||
// jwSMTP library | ||||
// http://johnwiggins.net | // http://johnwiggins.net | |||
// smtplib@johnwiggins.net | // smtplib@johnwiggins.net | |||
// | // | |||
// | ||||
#ifndef __MAILER_H__ | #ifndef __MAILER_H__ | |||
#define __MAILER_H__ | #define __MAILER_H__ | |||
#include <string> | #include <string> | |||
#include <vector> | #include <vector> | |||
#include "compat.h" | #include "compat.h" | |||
namespace jwsmtp { | namespace jwsmtp { | |||
class mailer | class mailer | |||
End of changes. 4 change blocks. | ||||
3 lines changed or deleted | 6 lines changed or added | |||