blob: f27e6710c542bf9f2723eeb0366d6f1e9395c006 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# name is the name of the feed (must be unique)
# url is the HTTP[S] address where the feed has to be fetched
# target is the IMAP URI where to put emails
# min-frequency (in HOURS) is the minimum frequency with which this particular
# feed will be fetched
# disable: if set to something, the feed will be ignored
feeds:
- name: feed2imap
url: http://home.gna.org/feed2imap/feed2imap.rss
target: imap://lucaswebmail:password@imap.apinc.org/INBOX.Feeds.Feed2Imap
- name: lucas
url: http://www.lucas-nussbaum.net/dotclear/rss.php
target: imap://lucaswebmail:password@imap.apinc.org/INBOX.Feeds.Lucas
- name: linuxfr
url: http://linuxfr.org/backend/news/rss20.rss
target: imap://lucaswebmail:password@imap.apinc.org/INBOX.Feeds.LinuxFR
|