Skip to content

Items net_gmail_utils

ggodart edited this page Jan 5, 2021 · 2 revisions

net_gmail_utils

See original

SYNOPSIS

DESCRIPTION

Adds IMAP message scan and gmail sending ability.

Requires the following perl modules

  Mail::IMAPClient
  IO::Socket::SSL
  Email::Send;
  Email::Send::Gmail;
  Email::Simple;
  Email::Simple::Creator;
  Time::Zone

if the IMAP scan hangs before authenticating against the gmail account, reinstall the IO::Socket::SSL

v 0.1 - initial test concept, inspired by Pete's script - H. Plato - 2 June 2008
v 0.2 - added pete's gmail send function, gmail list folders, better error checking

TODO

  • parse unread messages
  • add body size ability to limit the download of large email messages
  • find out the size of a mailbox

INHERITS

INI PARAMETERS

METHODS

AUTHOR

SEE ALSO

Clone this wiki locally