libmail-imaptalk-perl 1.03-1 source package in Ubuntu

Changelog

libmail-imaptalk-perl (1.03-1) unstable; urgency=low

  * Initial Release. (Closes: #491049)

 -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  07 Nov 2008 16:20:52 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Jaunty
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jaunty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libmail-imaptalk-perl_1.03.orig.tar.gz 30.2 KiB 6cfd98720f6175e80f315ebaee94841a81bc86ed52c855cfcb5395530dc5a30c
libmail-imaptalk-perl_1.03-1.diff.gz 1.8 KiB 7050d6abbff85c8cef6a0d3e1a6fe6bdbcefcc26a1ac46a66e61a1a5c66781da
libmail-imaptalk-perl_1.03-1.dsc 1.3 KiB 0d6596b4573db048db4471142b9b426f98b0ab8a7c0267ce5d916ba644e906f2

View changes file

Binary packages built by this source

libmail-imaptalk-perl: 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.