| Paketname | libmail-imaptalk-perl | 
| Beschreibung | IMAP client interface with lots of features | 
| Archiv/Repository | Offizielles Debian Archiv squeeze (main) | 
| Version | 1.03-1 | 
| Sektion | perl | 
| Priorität | optional | 
| Installierte Größe | 176 Byte | 
| Hängt ab von | perl (>= 5.6.0-16) | 
| Empfohlene Pakete |  | 
| Paketbetreuer | Debian Perl Group  | 
| Quelle |  | 
| Paketgröße | 53330 Byte | 
| Prüfsumme MD5 | 737171132f974a1d0e050b752efd472d | 
| Prüfsumme SHA1 | b6f379c6bf111795e8aade0944b46381079f14a0 | 
| Prüfsumme SHA256 | c431878525a21ac77547e4a527903854bb764f5554281b13af72f4386e9d2c5a | 
| Link zum Herunterladen | libmail-imaptalk-perl_1.03-1_all.deb | 
| Ausführliche Beschreibung | 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.
 |