Tagged Questions
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
...
0
votes
1answer
477 views
How can I use fetchmail (or another email grabber) with OSX keychain for authentication?
Many fetchmail tutorials I've read say putting your email account password clear-text in a config file is safe. However, I prefer security through layers [silly example: if my terminal is up and ...