UP | HOME

getmailrc

My getmailrc

This is my .getmailrc.

#source ~/.secret/profile
#[retriever]
#type = SimplePOP3SSLRetriever
#server = pop.gmail.com
#port = 995
#username = 
#password = 
##
#[destination]
#type = Maildir
#path = ~/Mail/inbox/
##
#[options]
#verbose = 0
#delete = true
#message_log = ~/.getmail/getmail.log

[retriever]
type = SimpleIMAPSSLRetriever
server = imap.gmail.com
port = 993
username = yourname@gmail.com
password = 1234
#
[destination]
type = MDA_external
path = /usr/bin/procmail
unixfrom = true
#
[options]
verbose = 1
read_all=false
#delete = true
message_log = ~/.getmail/getmail.log

Date: 2011-08-09 18:19:02 CST

Author: F.J Kong

Org version 7.7 with Emacs version 23

Validate XHTML 1.0