Questions tagged [getmail]
The getmail tag has no summary.
7 questions
0 votes
0 answers
74 views
What username, server and port are specified for IMAP with Gmail using getmail?
Looking at github and trying to use their example config file: nicholas@mordor:~$ nicholas@mordor:~$ cat .config/getmail/getmail [options] verbose = 1 delete = false message_log = ~/.getmail/log ...
1 vote
1 answer
376 views
Can getmail send messages over SMTP?
I started using getmail yesterday. Before I used offlineimap to receive messages and sendmail to send them. The documentation says: reliability: ... does not cause mail loops by doing SMTP injection,...
0 votes
1 answer
92 views
List of getmail options
In my .getmailrc I have [options] delete = true I assume there are more such options. Where can I find a list with explanations? (Using SimpleIMAPSSLRetriever, if it matters.)
4 votes
3 answers
1k views
Can I store my getmail password in a gpg file?
Is there a way to have getmail get the password from a gpg encrypted file instead of leaving it in plain text?