//============================================================================= // File: mimepp.h // Contents: MIME++ library include file // Maintainer: Doug Sauder // WWW: http://www.fwb.gulf.net/~dwsauder/mimepp.html // // Copyright (c) 1996, 1997 Douglas W. Sauder // All rights reserved. // // IN NO EVENT SHALL DOUGLAS W. SAUDER BE LIABLE TO ANY PARTY FOR DIRECT, // INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF // THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF DOUGLAS W. SAUDER // HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // // DOUGLAS W. SAUDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT // NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A // PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" // BASIS, AND DOUGLAS W. SAUDER HAS NO OBLIGATION TO PROVIDE MAINTENANCE, // SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. // //============================================================================= #ifndef DW_MIMEPP_H #define DW_MIMEPP_H #ifndef DW_CONFIG_H #include #endif #ifndef DW_ENUM_H #include #endif #ifndef DW_ADDRESS_H #include #endif #ifndef DW_ADDRLIST_H #include #endif #ifndef DW_BODY_H #include #endif #ifndef DW_BODYPART_H #include #endif #ifndef DW_BOYERMOR_H #include #endif #ifndef DW_DATETIME_H #include #endif #ifndef DW_DISPTYPE_H #include #endif #ifndef DW_DWSTRING_H #include #endif #ifndef DW_ENTITY_H #include #endif #ifndef DW_FIELD_H #include #endif #ifndef DW_FIELDBDY_H #include #endif #ifndef DW_GROUP_H #include #endif #ifndef DW_HEADER_H #include #endif #ifndef DW_MAILBOX_H #include #endif #ifndef DW_MBOXLIST_H #include #endif #ifndef DW_MECHANSM_H #include #endif #ifndef DW_MEDIATYP_H #include #endif #ifndef DW_MESSAGE_H #include #endif #ifndef DW_MSGCMP_H #include #endif #ifndef DW_MSGID_H #include #endif #ifndef DW_NNTP_H #include #endif #ifndef DW_PARAM_H #include #endif #ifndef DW_POP_H #include #endif #ifndef DW_PROTOCOL_H #include #endif //#ifndef DW_SMTP_H //#include //#endif #ifndef DW_TEXT_H #include #endif #ifndef DW_TOKEN_H #include #endif #ifndef DW_UUENCODE_H #include #endif #ifndef DW_UTILITY_H #include #endif #endif