NAME¶
feed2imaprc - feed2imap configuration file
SYNOPSIS¶
feed2imaprc is feed2imap's configuration file. It is usually located in
  
~/.feed2imaprc.
EXAMPLE¶
See 
/usr/share/doc/feed2imap/examples/feed2imaprc.
RESERVED CHARACTERS¶
Some characters are reserved in RFC2396 (URI). If you need to include a reserved
  character in the login/password part of your target URI, replace it with its
  hex code. For example, @ can be replaced by %40.
BUGS¶
This manpage should probably give more details. However, the example
  configuration file is very well documented.
SEE ALSO¶
Homepage : 
http://home.gna.org/feed2imap/
feed2imap(1)
AUTHOR¶
Copyright (C) 2005 Lucas Nussbaum lucas@lucas-nussbaum.net
This program is free software; you can redistribute it and/or modify it under
  the terms of the GNU General Public License as published by the Free Software
  Foundation; either version 2 of the License, or (at your option) any later
  version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY
  WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
  A PARTICULAR PURPOSE. See the GNU General Public License for more
  details.