Commit Graph

5 Commits

Author SHA1 Message Date
espie
0662a4e9d6 PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:20:26 +00:00
sthen
d580cde0ab fix various typos, from Anthony J. Bentley with a few tweaks by myself 2011-03-14 09:15:33 +00:00
ajacoutot
aaa1885833 Bump after recent cpan.port.mk change.
ok jasper@
2010-12-03 11:44:22 +00:00
espie
051dfa8362 USE_GROFF=Yes 2010-10-18 19:59:15 +00:00
simon
218e2bf34c import p5-Mail-IMAPTalk
This module communicates with an IMAP server.  Each IMAP server command
is mapped to a method of this object.

Although other IMAP modules exist on CPAN, this has several advantages
over other modules:

* It parses the more complex IMAP structures like envelopes and body
  structures into nice Perl data structures.
* It correctly supports atoms, quoted strings and literals at any point.
  Some parsers in other modules aren't fully IMAP compatiable and may
  break at odd times with certain messages on some servers.
* It allows large return values (eg. attachments on a message) to be
  read directly into a file, rather than into memory.
* It includes some helper functions to find the actual text/plain or
  text/html part of a message out of a complex MIME structure. It also can
  find a list of attachments, and CID links for HTML messages with
  attached images.
* It supports decoding of MIME headers to Perl utf-8 strings
  automatically, so you don't have to deal with MIME encoded headers
  (enabled optionally).
2008-07-17 16:30:27 +00:00