summaryrefslogtreecommitdiff
path: root/lib/feed2imap/config.rb (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix pythonismgroupsRené 'Necoro' Neumann2016-03-251-17/+15
|
* Take the 'group' value if no target is givenRené 'Necoro' Neumann2016-03-251-1/+1
|
* Groups support for feedsRené 'Necoro' Neumann2016-03-251-7/+31
|
* Handle being given numbers as feed nameAntonio Terceiro2015-01-131-0/+1
| | | | | Force feed names to be strings because they will be handled as strings later.
* config: fix regression with arrays as targetAntonio Terceiro2014-02-051-1/+1
|
* Only remove leading slash from IMAP mailboxesAntonio Terceiro2013-08-251-1/+2
| | | | Otherwise this breaks maildir support
* Revert "Keep the maildir path instact"Antonio Terceiro2013-08-251-0/+1
| | | | This reverts commit 2f0e3542adcf7242f8a3401363752aab4cfa1961.
* Keep the maildir path instactAntonio Terceiro2013-08-131-1/+0
| | | | So maildir:///path/to/maildir points to /path/to/maildir
* Set timeout for feed fetchingChimrod2011-08-301-1/+4
|
* add "parts" config optionEric Wong2011-02-181-1/+7
| | | | | This allows disabling either HTML or text parts to save bandwidth/disk space on the IMAP server.
* fix typo breaking debug-updated optionLucas Nussbaum2011-01-081-2/+2
|
* Encode the folder in UTF7Lucas Nussbaum2010-12-011-1/+17
| | | | | | | | | | | | Patch from René 'Necoro' Neumann <lists@necoro.eu>, who writes: > I wanted to wrap the folder name in a call to > "Net::IMAP::encode_utf7" > to allow special characters like umlauts in the folder name (see the > attached patch). > > Problem is, that the encode_utf7 (and the decode_utf7 FWIW) uses the > 'String::force_encoding' method, which some googling shows to be in > Ruby1.9 but not 1.8.
* robustify config parsingLucas Nussbaum2010-12-011-11/+22
|
* Add a reupload_if_updated option (default: true)Lucas Nussbaum2010-11-301-6/+11
| | | | | | | | | | Following a discussion on feed2imap-devel, add a reupload_if_updated option. When set to false, if an item is updated, but was previously removed from the IMAP server, it is no longer re-uploaded. Also fix some config file parsing bugs for the disable-ssl-verification and include-images options. I should really switch to another way to describe F2I config...
* provide a way to disable SSL certificate verificationLucas Nussbaum2010-04-181-0/+1
|
* Avoid using "acme.com"Lucas Nussbaum2009-12-261-1/+9
| | | | | | | | | | | | | | | | Patch from Guido Berhoerster <guido@berhoerster.name>: Hello, here is a small patch that avoids using the valid(!) domain "acme.com" for generating message ids and email addresses. It adds a new global configuration option "default-email" which will be used in case a feed does provide one, currently feed2imap resorts to "feed2imap@acme.com". If this configuration option is not given it will basically default to <logname>@<hostname> as returned by Etc.getlogin and Socket.gethostname. Yours,
* added the forth arg to ConfigFeed::new for maildirLucas Nussbaum2009-09-031-1/+1
|
* Add support for MaildirAndreas Rottmann2009-09-031-1/+7
| | | | | | | | | Allow delivering to local Maildir[0] boxes, with URLs specifying the path, like: maildir:/home/rotty/Maildir/.feeds.foobar [0] http://en.wikipedia.org/wiki/Maildir
* prep release, config parsing fixLucas Nussbaum2009-05-151-1/+1
| | | | | | - prepared the release (still need to update the date) - allowed to re-use substrings in the yaml config file (+ doc) thanks to Bernhard Stoeckner for the tip.
* added wrapping of text outputLucas Nussbaum2008-07-131-2/+9
|
* add include-images config optionLucas Nussbaum2008-06-171-4/+9
|
* per-feed dumpdir optionlnu2006-12-181-1/+2
| | | | git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@120 f70e237a-67f3-0310-a06c-d2b8a7116972
* small improvements to debug-updatedlnu2006-11-131-1/+1
| | | | git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@115 f70e237a-67f3-0310-a06c-d2b8a7116972
* git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@106 ↵lnu2006-10-231-1/+1
| | | | f70e237a-67f3-0310-a06c-d2b8a7116972
* git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@105 ↵lnu2006-10-231-2/+4
| | | | f70e237a-67f3-0310-a06c-d2b8a7116972
* snowscripts support + content-transfer-encoding fixedlnu2006-07-111-1/+3
| | | | git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@103 f70e237a-67f3-0310-a06c-d2b8a7116972
* pre-release cleanuplnu2006-06-181-1/+2
| | | | git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@97 f70e237a-67f3-0310-a06c-d2b8a7116972
* - Now compares the whole items when searching for duplicates (might cause ↵lnu2006-04-051-1/+2
| | | | | | | | | some false-negatives) - New always-new flag git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@93 f70e237a-67f3-0310-a06c-d2b8a7116972
* feed2imap without openssl workslnu2005-09-071-1/+1
| | | | git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@58 f70e237a-67f3-0310-a06c-d2b8a7116972
* git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@39 ↵lnu2005-07-221-10/+20
| | | | f70e237a-67f3-0310-a06c-d2b8a7116972
* git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@38 ↵lnu2005-07-221-0/+1
| | | | f70e237a-67f3-0310-a06c-d2b8a7116972
* git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@11 ↵lnu2005-04-051-0/+1
| | | | f70e237a-67f3-0310-a06c-d2b8a7116972
* git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@10 ↵lnu2005-04-051-1/+2
| | | | f70e237a-67f3-0310-a06c-d2b8a7116972
* first importlnu2005-03-311-0/+76
git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@5 f70e237a-67f3-0310-a06c-d2b8a7116972