Skip to content

IMAP_and_gmail_integration

Lieven Hollevoet edited this page Sep 22, 2014 · 1 revision

As of rev. 1469, IMAP (Gmail) access has been added to Misterhouse normal pop3 access.

you can use Pop3 ,or both standard imap, and imap over ssl (ie gmail) are supported. To use these email prtocols, two new mh.private.ini file parameters need to be set:

  1. 1 )
net_(email account)_type = //imap//
  • **Note:** if blank it assumes the default functionality of pop3
set to gmail for gmail access (also enables the gmail smtp code for handy_net_utilities), ssl for imap over ssl, or leave blank for standard imap.
  1. 2 )
net_(email account)_service = //gmail//
  • **further Notes:**
There are several dependancies to get these modules working. IO::Socket::SSL IO::Socket::INET Mail::IMAPClient

are a few you'll need to ensure are loaded.

For more details look at lib/net_gmail_utils.pl and lib/imap_utils.pl

Clone this wiki locally