ferencd@0: ferencd@0: VMime is a powerful C++ class library for working with RFC-822 and MIME messages ferencd@0: and Internet messaging services like IMAP, POP or SMTP. ferencd@0: ferencd@0: With VMime you can parse, generate and modify messages, and also connect to store ferencd@0: and transport services to receive or send messages over the Internet. The library ferencd@0: offers all the features to build a complete mail client. ferencd@0: ferencd@0: Key Features ferencd@0: ------------ ferencd@0: ferencd@0: * it is free software! GNU GPL license (Commercial licenses available!) ferencd@0: * fully RFC-compliant implementation ferencd@0: * object-oriented and modular design ferencd@0: * very easy-to-use (intuitive design) ferencd@0: * well documented code ferencd@0: * very high reliability ferencd@0: * maximum portability ferencd@0: ferencd@0: Features Overview ferencd@0: ----------------- ferencd@0: ferencd@0: * RFC-2822 and multipart messages ferencd@0: * aggregate documents and embedded objects ferencd@0: * 8-bit MIME and encoded word extensions ferencd@0: * full support for attachments ferencd@0: * POP3, IMAP, SMTP, maildir and sendmail ferencd@0: * SSL/TLS security layer and X.509 certificates (using GNU TLS) ferencd@0: * SASL authentication (using GNU SASL) ferencd@0: