From d5d771291fb4c3996ebfc31a9964917313c6345a Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Sat, 8 Feb 2020 12:37:12 -0500 Subject: Add imap-dl, a simple imap downloader getmail upstream appears to have no plans to convert to python3 in the near future. Some of us use only a minimal subset of features of getmail, and it would be nice to have something simpler, with the main complexity offloaded to the modern python3 stdlib. This patch represents a squashed series of changes from both Jameson Graef Rollins and Daniel Kahn Gillmor (dkg), though dkg is primarily responsible for any remaining bugs. Thanks to Sean Whitton for useful and significant feedback. Signed-off-by: Jameson Graef Rollins Signed-off-by: Daniel Kahn Gillmor --- debian/control | 2 ++ debian/mailscripts.bash-completion | 1 + debian/mailscripts.install | 1 + debian/mailscripts.manpages | 1 + 4 files changed, 5 insertions(+) (limited to 'debian') diff --git a/debian/control b/debian/control index bc8268a..21afa45 100644 --- a/debian/control +++ b/debian/control @@ -77,3 +77,5 @@ Description: collection of scripts for manipulating e-mail on Debian email-print-mime-structure -- tree view of a message's MIME structure . email-extract-openpgp-certs -- extract OpenPGP certificates from a message + . + imap-dl -- download messages from an IMAP mailbox to a maildir diff --git a/debian/mailscripts.bash-completion b/debian/mailscripts.bash-completion index 435576f..657de01 100644 --- a/debian/mailscripts.bash-completion +++ b/debian/mailscripts.bash-completion @@ -1 +1,2 @@ completions/bash/email-print-mime-structure +completions/bash/imap-dl diff --git a/debian/mailscripts.install b/debian/mailscripts.install index 2c060df..3739c49 100644 --- a/debian/mailscripts.install +++ b/debian/mailscripts.install @@ -1,5 +1,6 @@ email-extract-openpgp-certs /usr/bin email-print-mime-structure /usr/bin +imap-dl /usr/bin maildir-import-patch /usr/bin mbox2maildir /usr/bin mdmv /usr/bin diff --git a/debian/mailscripts.manpages b/debian/mailscripts.manpages index 1de088f..a915617 100644 --- a/debian/mailscripts.manpages +++ b/debian/mailscripts.manpages @@ -1,5 +1,6 @@ email-extract-openpgp-certs.1 email-print-mime-structure.1 +imap-dl.1 maildir-import-patch.1 mbox2maildir.1 mdmv.1 -- cgit v1.2.3