[ 原始碼: libmail-imaptalk-perl ]
套件:libmail-imaptalk-perl(4.04-1)
libmail-imaptalk-perl 的相關連結
Debian 的資源:
下載原始碼套件 libmail-imaptalk-perl:
- [libmail-imaptalk-perl_4.04-1.dsc]
- [libmail-imaptalk-perl_4.04.orig.tar.gz]
- [libmail-imaptalk-perl_4.04-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [metacpan.org]
相似套件:
IMAP client interface with lots of features
Mail::IMAPTalk 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 attachements, 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)
While the IMAP protocol does allow for asynchronous running of commands, this module is designed to be used in a synchronous manner.
其他與 libmail-imaptalk-perl 有關的套件
|
|
|
|
-
- dep: libauthen-sasl-perl
- Authen::SASL - SASL Authentication framework
-
- dep: libencode-imaputf7-perl
- modification of UTF-7 encoding for IMAP
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language