On Mon, 31 Aug 2020 15:56:15 -0400
Randy Cole <[email protected]> wrote:

> I also need to download all my gmail emails as I am bumping quota
> constantly (since I am a pack rat) and cannot get it configured to
> work! Used to use Eudora with gmail IMAP4 & it worked swell, but that
> has all been obsoleted.  Preference is to store stuff in
> non-proprietary format, download all attachments, and retain folder
> structure and original mailbox header (as i forward my spam to my
> main email).  I think I most recently tried getmail with no joy.

This getmail configuration has been working for me for at least a few
years. getmail because it has the delete_after option to prune old mail
(last I knew fetchmail does not have an option like this). procmail is
configured to use Dovecot's deliver program but you can also have
getmail deliver directly to Maildirs or mbox files instead.

Reading and sending mail I mostly use Sylpheed.

[options]
read_all = False
delete_after = 7
verbose = 0
message_log = ~/.getmail/[email protected]
message_log_verbose = False

[retriever]
type = SimpleIMAPSSLRetriever
server = imap.gmail.com
username = [email protected]
password = XXXXXXXXXXXXXXXXX
port = 993

[destination]
type = MDA_external
path = /usr/bin/procmail

-- 
Rich Pieri
_______________________________________________
Discuss mailing list
[email protected]
http://lists.blu.org/mailman/listinfo/discuss

Reply via email to