Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump version | Antonio Terceiro | 2015-05-10 | 1 | -1/+1 |
| | |||||
* | Fix regression in `include-images` option | Antonio Terceiro | 2015-05-10 | 3 | -8/+16 |
| | | | | | test/tc_httpfetcher.rb can't still be re-enabled because it hits the network, and a hostname that is no longer valid. | ||||
* | Bump version | Antonio Terceiro | 2015-05-03 | 1 | -1/+1 |
| | |||||
* | Fix usage of filters | Antonio Terceiro | 2015-05-03 | 2 | -16/+24 |
| | | | | | | | | - avoid accessing $? unless it is actually available - when calling a filter, make sure to release the mutex even if there is an exception during the filter handling. The long term solution is to drastically reorganize concurrency code. | ||||
* | Handle being given numbers as feed name | Antonio Terceiro | 2015-01-13 | 2 | -0/+16 |
| | | | | | Force feed names to be strings because they will be handled as strings later. | ||||
* | Rakefile: remove wrong (and thus unused) flag | Antonio Terceiro | 2015-01-13 | 1 | -1/+0 |
| | |||||
* | Remove deprecated 'test suite' file | Antonio Terceiro | 2015-01-13 | 1 | -12/+0 |
| | | | | I want to always run all tests | ||||
* | Rakefile: re-indent | Antonio Terceiro | 2015-01-13 | 1 | -35/+35 |
| | |||||
* | Rakefile: run tests in verbose mode | Antonio Terceiro | 2015-01-13 | 1 | -1/+2 |
| | |||||
* | 1.2.3 release | Antonio Terceiro | 2014-10-07 | 1 | -1/+1 |
| | |||||
* | Fix cleanup of maildirs | Antonio Terceiro | 2014-10-07 | 3 | -1/+16 |
| | | | | Thanks to Sylvain L. Sauvage for the bug report | ||||
* | feed2imap-test: reuse cache dir/protect config | Antonio Terceiro | 2014-05-18 | 1 | -1/+1 |
| | | | | this reduces the noise in the output and helps testing feed updates | ||||
* | feed2imap-test: can now take a feed URL as argument | Antonio Terceiro | 2014-02-13 | 1 | -3/+22 |
| | |||||
* | update .gitignore | Antonio Terceiro | 2014-02-13 | 1 | -0/+2 |
| | |||||
* | fix dependency on ruby-feedparser | Antonio Terceiro | 2014-02-13 | 1 | -1/+1 |
| | |||||
* | Release 1.2.2 | Antonio Terceiro | 2014-02-05 | 2 | -2/+2 |
| | |||||
* | config: fix regression with arrays as target | Antonio Terceiro | 2014-02-05 | 2 | -1/+17 |
| | |||||
* | Fix teardown method name | Antonio Terceiro | 2013-08-28 | 1 | -1/+1 |
| | |||||
* | Add program for manual tests | Antonio Terceiro | 2013-08-27 | 1 | -0/+40 |
| | |||||
* | Fix version number management | Antonio Terceiro | 2013-08-27 | 2 | -2/+2 |
| | | | | | | Made the Rakefile read the version number from lib/feed2imap/feed2imap.rb instead of having it duplicated in both places. | ||||
* | Pass feed URL to ruby-feedparser | Antonio Terceiro | 2013-08-27 | 2 | -3/+3 |
| | | | | | | | This will make ruby-feedparser automatically calculate the full URL of feed items whose link is present in the feed with only a path and not hostname. ruby-feedparser will add the hostname where the feed came from. | ||||
* | Remove embedded copy of Net::IMAP | Antonio Terceiro | 2013-08-25 | 2 | -3602/+1 |
| | | | | This was actually causing problems to read IMAP data back. | ||||
* | Only remove leading slash from IMAP mailboxes | Antonio Terceiro | 2013-08-25 | 1 | -1/+2 |
| | | | | Otherwise this breaks maildir support | ||||
* | Revert "Keep the maildir path instact" | Antonio Terceiro | 2013-08-25 | 1 | -0/+1 |
| | | | | This reverts commit 2f0e3542adcf7242f8a3401363752aab4cfa1961. | ||||
* | New release | Antonio Terceiro | 2013-08-24 | 1 | -1/+2 |
| | | | | authors attribute is now mandatory for gemspec | ||||
* | Run tests as default rake test | Antonio Terceiro | 2013-08-13 | 1 | -1/+1 |
| | |||||
* | Temporaily disable test that depends on network | Antonio Terceiro | 2013-08-13 | 1 | -1/+1 |
| | |||||
* | Fix MaildirAccount class; add tests | Antonio Terceiro | 2013-08-13 | 6 | -5/+156 |
| | |||||
* | Force encoding of data to UTF-8 | Antonio Terceiro | 2013-08-13 | 1 | -1/+1 |
| | |||||
* | Keep the maildir path instact | Antonio Terceiro | 2013-08-13 | 1 | -1/+0 |
| | | | | So maildir:///path/to/maildir points to /path/to/maildir | ||||
* | Add an initial .gitignore file; ignore tags file | Antonio Terceiro | 2013-08-13 | 1 | -0/+1 |
| | |||||
* | Modernize hancling of encodings | Antonio Terceiro | 2013-08-13 | 2 | -2/+4 |
| | | | | | Also, instead of converting from utf-8 to iso-8858-1, we do the other way around since we now live in a utf-8 world. | ||||
* | Remove pointless unit test | Antonio Terceiro | 2013-08-13 | 1 | -14/+0 |
| | |||||
* | Make `rake` work under Ruby 1.9 | Antonio Terceiro | 2013-08-13 | 1 | -4/+4 |
| | |||||
* | Merge remote-tracking branch 'chimrod/master' | Lucas Nussbaum | 2012-04-26 | 6 | -24/+31 |
|\ | |||||
| * | Merge branch 'maildir' | Chimrod | 2011-08-31 | 2 | -2/+0 |
| |\ | |||||
| | * | Remove dev log | Chimrod | 2011-08-31 | 1 | -1/+0 |
| | | | |||||
| | * | Cleanup dev log | Chimrod | 2011-08-31 | 1 | -1/+0 |
| | | | |||||
| * | | Merge branch 'maildir' | Chimrod | 2011-08-31 | 2 | -17/+13 |
| |\| | |||||
| | * | Corrected maildir_file_info method | Chimrod | 2011-08-31 | 1 | -1/+2 |
| | | | |||||
| | * | Merged loop | Chimrod | 2011-08-31 | 1 | -16/+11 |
| | | | |||||
| * | | Updated doc | Chimrod | 2011-08-31 | 1 | -0/+1 |
| |/ | |||||
| * | Set timeout for feed fetching | Chimrod | 2011-08-30 | 3 | -7/+19 |
| | | |||||
* | | Use global sequence number | Lucas Nussbaum | 2012-04-26 | 1 | -6/+4 |
|/ | | | | | Using a per feed sequence number made it possible to have duplicate entries when several feeds were pointing to the same Maildir folder. | ||||
* | gem: include executable wrappers in bin/* | Eric Wong | 2011-02-18 | 1 | -0/+3 |
| | | | | | The RubyGems installation of feed2imap did not install the RubyGems bin/* wrappers in the user's normal $PATH | ||||
* | httpfetcher: accept gzip encoding from servers | Eric Wong | 2011-02-18 | 1 | -5/+14 |
| | | | | | | | | | | On supported servers, gzip encoding saves bandwidth and should be enabled on clients by default to avoid excessive bandwidth bills. "deflate" encoding could be enabled, too, but servers and clients tend to handle zlib headers (or lack thereof) inconsistently and it gets messy. | ||||
* | add "parts" config option | Eric Wong | 2011-02-18 | 3 | -10/+40 |
| | | | | | This allows disabling either HTML or text parts to save bandwidth/disk space on the IMAP server. | ||||
* | fix typo breaking debug-updated option | Lucas Nussbaum | 2011-01-08 | 1 | -2/+2 |
| | |||||
* | Add a vim-modeline for the config example. | René 'Necoro' Neumann | 2010-12-01 | 1 | -0/+2 |
| | | | | | | | | | | This sets the correct modes for vim when editing the configfile. This is especially needed, as YAML uses indentation for structures. Options set: - filetype to YAML (else 'conf' is infered) - set the number of spaces a tab is to 2 - expandtab -- do not insert \t but spaces | ||||
* | Encode the folder in UTF7 | Lucas Nussbaum | 2010-12-01 | 1 | -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. |