File: fetchmailrc

package info (click to toggle)
emacspeak 53.0%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 33,768 kB
  • sloc: lisp: 56,393; xml: 52,463; tcl: 1,333; cpp: 1,168; sh: 859; makefile: 739; python: 547; perl: 509; javascript: 191; ansic: 82
file content (13 lines) | stat: -rw-r--r-- 276 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
#edit to taste 
# This fetchmailrc filters email using procmail

set daemon 300 #fetch every 5 minutes.
set logfile /home/raman/.fetchmail.log
server imap.gmail.com
protocol imap
user <user@gmail.com>
password <password>
ssl
sslcertck
mda "/usr/bin/procmail  -d  %T"
fetchall