Pontomail Webmail Client

Component ID

43763

Component name

Pontomail Webmail Client

Component type

module

Component security advisory coverage

not-covered

Downloads

832

Component created

Component changed

Component body

Note this bug if you are using Windows are you PHP server: http://bugs.php.net/bug.php?id=36496&edit=1
This is a simple webmail client for Drupal. With this module, you can read your IMAP accounts right from inside Drupal. You can also setup multiple accounts, reply and compose emails to anyone and you can send attachments when you have upload.module installed.

It also supports composing your emails in full HTML when you have Tiny MCE [ http://drupal.org/project/tinymce ] installed.
It is also recommended that you install HTML2Text [ http://drupal.org/project/html2txt ] to convert emails composed in HTML to Plain Text to give you some nice plain text formatting after composing in HTML.

Attention
It is now known that there is a general PHP bug that has not been fixed regarding the imap
library. This means that this module will only work if you are running PHP under a Linux/BSD flavor, and not if you are running PHP under Windows. Hopefully the Zend/PHP team will fix this
bug soon.

Features

  • NEW!! Create any node type from an email you are viewing
  • NEW!! Carry over any and/or all attachments from an email you are
    viewing when you create a node from that email.
  • Create/Edit IMAP Folders
  • (Un)Subscrbe to IMAP Folders
  • Option to save copies of sent-mail items to an IMAP Folder (e.g. Sent-Mail)
  • Option to save copies of sent-mail to Drupal DB
  • IMAP Client
  • View Emails
  • Send Emails with attachments
  • Forward Emails AND their attachments
  • Download all attachments or a select few and have them pushed to you via a Zip file.
  • View the raw source of an email
  • Autocomplete searches through user directory for a mini drupal/address book when sending emails to other drupal members.

Tuesday Aug 13th, 2006
You can now create any node type from an email. It also will carry over any attachments
that you select to that node. It bascially takes you to a pre-filled page for that node: filled with the content of the email, the title, and any attachments that were on the email are placed on the node in the attachments/files section.
This 'create node' feature made mostly for casetracker. So if someone emails you a bug or an issue, you can create a well documented case for it very easily and quickly. But this also has many other uses for many other node types.

Monday Auth 14th, 2006
Major security patch added
The following features have been added:

  • Create/Edit IMAP Folders
  • (Un)Subscrbe to IMAP Folders
  • Option to save copies of sent-mail items to an IMAP Folder (e.g. Sent-Mail)
  • Option to save copies of sent-mail to Drupal DB

Sunday Aug 13th, 2006
There have been way to many updates to list here.
But I have updated the list of features.

Monday Jan 9th, 2006:
Added support for AJAX LDAP searching along with searching the drupal user database when composing emails.