libnet-imap-simple-perl 1.2024-1 source package in Ubuntu

Changelog

libnet-imap-simple-perl (1.2024-1) unstable; urgency=low

  [ Ansgar Burchardt ]
  * debian/control: Convert Vcs-* fields to Git.

  [ Salvatore Bonaccorso ]
  * debian/copyright: Replace DEP5 Format-Specification URL from
    svn.debian.org to anonscm.debian.org URL.

  [ gregor herrmann ]
  * New upstream release.
  * Bump debhelper compatibility level to 8.
  * Update years of packaging copyright.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 11:09:10 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libnet-imap-simple-perl_1.2024.orig.tar.gz 73.4 KiB 2617a96c2972012c6aa1a783a93ccbabddd63fbec9095035c5c6fc311bc25877
libnet-imap-simple-perl_1.2024-1.debian.tar.gz 4.6 KiB 89249da555605b21127df5b91038ceacf17d02dbad7671a55914ee1eca9690cf
libnet-imap-simple-perl_1.2024-1.dsc 2.3 KiB 18a4b8d2785c0595d2ab7750760377b6a554f2fc6e455850094a70828602c389

Available diffs

View changes file

Binary packages built by this source

libnet-imap-simple-perl: Perl module to manage an IMAP account

 Net::IMAP::Simple provides a simple way to access and manipulate information
 on Internet Message Access Protocol (IMAP) capable servers. The API is mostly
 equivalent to Net::POP3, with some additional extensions based on the other
 features supported in the IMAP standard. This module supports connections via
 SSL using IO::Socket::SSL (see libio-socket-ssl-perl), over IPv6 using
 IO::Socket::INET6 (see libio-socket-inet6-perl) and handling messages in
 various ways (delete or undelete, mark as read or unread, expunge, edit
 flags, and more).