From da839a928171aff6d8dc0f05da2ae93a9e47fe0f Mon Sep 17 00:00:00 2001 From: lnu Date: Mon, 25 Jul 2005 08:09:55 +0000 Subject: git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@43 f70e237a-67f3-0310-a06c-d2b8a7116972 --- data/doc/feed2imap/examples/feed2imaprc | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 data/doc/feed2imap/examples/feed2imaprc (limited to 'data/doc') diff --git a/data/doc/feed2imap/examples/feed2imaprc b/data/doc/feed2imap/examples/feed2imaprc new file mode 100644 index 0000000..f27e671 --- /dev/null +++ b/data/doc/feed2imap/examples/feed2imaprc @@ -0,0 +1,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 -- cgit v1.2.3-54-g00ecf