Open Source Web Mail Clients in Python
1 projectsTop-ranked projects first.
BoboMail is a webmail application, which provides mail access through a web interface. Features: * read, write, reply, forward, delete and bounce messages * send and receive attachments * decodes quoted-printable, base64 and uuencoded * handles HTML-mails properly (with inline images!) * does not need Javascript * direct support for the following MIME types: message/rfc822, message/delivery-status, multipart/alternative, multipart/mixed, multipart/report, multipart/related, multipart/digest, text/plain, text/html, text/x-vcard, image/jpeg, text/rfc822-headers, image/png, image/x-xpixmap, image/gif * works with POP3-servers and partially IMAP4 (spool-files under development) * easy to modify and customize through HTML-templates * modular design provides easy interface for other authentication methods and mail protocols * provides optionally its own fast multithreading webserver (BoboMailHTTPD) * multi-lingual support (i18n) - currently English, Brazilian Portuguese, Finish, Spanish and German * and it's 100% Python