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

Changelog

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


  [ Nathan Handler ]
  * Email change: Nathan Handler -> <email address hidden>

  [ Salvatore Bonaccorso ]
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ Xavier Guimard ]
  * Imported Upstream version 1.2100 (Closes: #536634)
  * Bump Standard-Version to 3.9.4
  * Update debian/copyright:
    + Bump format to 1.0
    + Update years
    + Remove inc/Net/IMAP/* paragraph
  * Add debian/clean to clean files created by tests
  * Remove libclass-accessor-perl and libregexp-common-perl dependencies since
    most of tests are off now
  * Add libio-socket-ssl-perl in recommended dependencies

 -- Xavier Guimard <email address hidden>  Mon, 01 Apr 2013 08:13:11 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libnet-imap-simple-perl_1.2100-1.dsc 2.4 KiB 6c7aed0bec27331f627591edfd3ca0b02942a8ac6f511bd20418b20beb9c0949
libnet-imap-simple-perl_1.2100.orig.tar.gz 43.8 KiB f2215085a6002b418632f6b52a17e925992ce3270b3fe5431b162d87a6d51ce6
libnet-imap-simple-perl_1.2100-1.debian.tar.gz 4.7 KiB df4f0cdc1907a1dfc854600cef90e8cb84707752b463d25957381b21d544dd6a

Available diffs

No changes file available.

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).