Home

Awesome

RSS2IMAP

RSS2IMAP is a utility which pulls RSS or Atom feeds and adds them as e-mails to "RSS" folder at your IMAP server.

Usage

Basically, you just launch rss2imap and that's it. RSS2IMAP connects to the IMAP server specified in the configuration file, iteratively reads the feeds from the list of feeds, creates e-mails for unread items and appends them to "RSS" folder at the IMAP server.

The utility needs 3 files in your ~/.rss2imap directory in order to work. These files are:

    ---
      server: imap.gmail.com
      port: 993
      username: nobody@gmail.com
      password: secret
      email-to: nobody@gmail.com
      email-from: rss2imap@localhost

The options are pretty self-explanatory. RSS2IMAP uses email-to and email-from when generating e-mails that are appended to "RSS" folder at your IMAP server.

Authors

Thanks

See feeds2gmail for detailed info and references.