libmail-imaptalk-perl 4.04-2 source package in Ubuntu

Changelog

libmail-imaptalk-perl (4.04-2) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ Xavier Guimard ]
  * Email change: Xavier Guimard -> <email address hidden>

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).

 -- Jelmer Vernooij <email address hidden>  Wed, 15 Jun 2022 16:05:47 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmail-imaptalk-perl_4.04-2.dsc 2.2 KiB 7ac4406240fa60fe64069b4a26060b50f9de2b3374ad1939d7feb029d3eb684f
libmail-imaptalk-perl_4.04.orig.tar.gz 53.8 KiB 33bc25b7a8fcf397a430a9ab902c30d1c13499b6cfc0dc45901fc4c8811141c4
libmail-imaptalk-perl_4.04-2.debian.tar.xz 3.5 KiB a81255b46a4db5e6c1c4772ad88565b867304ffa9009bdf244110856cf7c655b

Available diffs

No changes file available.

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.