Tagged Questions
0
votes
0answers
22 views
Retrieve only message bodies, or messages smaller than a given size, using fetchmail, getmail, etc
Using fetchmail, getmail, or other command-line MRAs, is there a way to retrieve only message bodies (without attachments) or only messages smaller than a given size? (This feature is available in ...
0
votes
1answer
201 views
How can I avoid putting my e-mail password in plain text in my `.fetchmailrc` file?
How can I avoid putting my e-mail password in plain text in my .fetchmailrc file? My file looks like this:
poll pop.XXX.com with proto POP3
user 'abc' with password 'PASSWORD' there is foobar here
...