debian/0000755000000000000000000000000012003350073007157 5ustar debian/rules0000755000000000000000000000003612003350073010236 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000407512003350073010570 0ustar Source: libmail-imaptalk-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: AGOSTINI Yves , Angel Abad , Xavier Guimard Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Standards-Version: 3.9.3 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmail-imaptalk-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libmail-imaptalk-perl.git Homepage: http://search.cpan.org/dist/Mail-IMAPTalk/ Package: libmail-imaptalk-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: 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. debian/source/0000755000000000000000000000000012003350073010457 5ustar debian/source/format0000644000000000000000000000001412003350073011665 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000244212003350073011033 0ustar libmail-imaptalk-perl (3.01-1) unstable; urgency=low [ Angel Abad ] * Email change: Angel Abad -> angel@debian.org [ Xavier Guimard ] * Upgrade to new upstream release (3.01) * Bump Standards-Version to 3.9.3 * Upgrade copyright to format 1.0 * Add myself to uploaders and copyright -- Xavier Guimard Mon, 23 Jul 2012 23:02:15 +0200 libmail-imaptalk-perl (2.01-1) unstable; urgency=low [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Angel Abad ] * New upstream release * debian/rules: Move to mimalistic dh7 style * debian/copyright: - Switch to DEP-5 format - Update years and copyright owner - Update license stanzas * Bump Debhelper compat level to 8 * Bump Standards-Version to 3.9.2 (no changes) * Switch to dpkg-source format 3.0 (quilt) * debian/control: Add myself to Uploaders -- Angel Abad Thu, 04 Aug 2011 12:29:05 +0200 libmail-imaptalk-perl (1.03-1) unstable; urgency=low * Initial Release. (Closes: #491049) -- AGOSTINI Yves Wed, 16 Jul 2008 10:21:14 +0200 debian/compat0000644000000000000000000000000212003350073010355 0ustar 8 debian/copyright0000644000000000000000000000224612003350073011116 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Mail-IMAPTalk Upstream-Contact: Rob Mueller Source: http://search.cpan.org/dist/Mail-IMAPTalk/ Files: debian/* Copyright: 2008, AGOSTINI Yves 2008, gregor herrmann 2011, Angel Abad 2012, Xavier Guimard License: Artistic or GPL-1+ Files: * Copyright: 2003-2012 by Opera Software Australia Pty Ltd License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000035612003350073010214 0ustar # format version number, currently 3; this line is compulsory! version=3 # URL to the package page followed by a regex to search http://search.cpan.org/dist/Mail-IMAPTalk/ .*/Mail-IMAPTalk-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$