summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add a reupload_if_updated option (default: true)Lucas Nussbaum2010-11-304-8/+20
| | | | | | | | | | 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...
* Patch to use feed item pubDate in Maildir file namesBernie Maier2010-07-051-6/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hi! I've just subscribed to the list, having downloaded feed2imap a few days ago. Since I want to just write RSS feeds to a local Maildir, this looked like just what I needed. Unfortunately, the release 1.0 version seems to randomise the order of the feed items when doing the first fetch for a new feed. Looking at maildir.rb, there is a "TODO: handle `date'" comment and it looks like the code is just generating maildir filenames using the timestamp at the time the items are being written into the maildir. Since all the initial items are written at the same time, and the maildir file name has a random element, this loses the original ordering from the mail feed. The solution is to use the timestamp corresponding to the pubDate in the feed item as the initial component of the maildir file name. Also, instead of using a random integer to force uniqueness in the second component of the file name, I think it is better to use a sequence number for each feed item, which will still be unique for the feed and also preserve item order. My patch follows (it's the first piece of Ruby code I've ever written / modified)... Cheers, Bernie
* update websiteLucas Nussbaum2010-04-182-2/+15
|
* prepare releaseLucas Nussbaum2010-04-184-5/+5
|
* provide a way to disable SSL certificate verificationLucas Nussbaum2010-04-184-1/+12
|
* update changelogLucas Nussbaum2010-04-181-0/+4
|
* Update rubyimap.rbLucas Nussbaum2010-04-181-5/+38
| | | | Update rubyimap.rb to upstream revision 27336
* Document the maildir targetSandra Snan2010-03-173-5/+5
| | | | | | | | I looked for a good feed to maildir program, and I couldn’t find one. Turns out, by looking at feed2imaps source code, that it has that function. So here’s a documentation patch so it’s easier to find. This patch shouldn’t touch any code. Generated by git. Sandra Signed-off-by: Sandra Snan <sandra.snan@handgranat.org>
* Avoid using "acme.com"Lucas Nussbaum2009-12-264-10/+19
| | | | | | | | | | | | | | | | 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,
* fix to use Message-Id instead of X-CacheIndexLucas Nussbaum2009-09-041-5/+2
|
* added the forth arg to ConfigFeed::new for maildirLucas Nussbaum2009-09-031-1/+1
|
* Add lib/feed2imap/maildir.rbLucas Nussbaum2009-09-031-0/+173
| | | | Apparently git am forgot to add it.
* 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
* removed patch from haeger ; no longer needed with newer rubyimap.rbLucas Nussbaum2009-07-282-3/+6
|
* update website for 0.9.4, add a HOWTO.release fileLucas Nussbaum2009-07-273-1/+24
|
* update Rakefile for 0.9.4Lucas Nussbaum2009-07-271-1/+1
|
* Added a patch from Haegar to fix problem with dovecot 1.2.1Lucas Nussbaum2009-07-272-12/+79
|
* update changelogLucas Nussbaum2009-06-181-1/+2
|
* Fix buffering problem with filtersLucas Nussbaum2009-06-181-3/+11
|
* prep release, config parsing fixLucas Nussbaum2009-05-154-3/+19
| | | | | | - 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.
* do not put header at top of text entries.Lucas Nussbaum2009-05-061-1/+1
|
* use multipart/related only if there are imagesLucas Nussbaum2009-05-061-8/+13
| | | | ... and only use multipart/alternative in the other case.
* added new version of Net::ImapLucas Nussbaum2009-05-061-246/+371
|
* Use Message-Id instead of X-CacheIndexLucas Nussbaum2009-05-063-7/+10
|
* Only include images once as attachments if the image is duplicated in the ↵Lucas Nussbaum2009-05-061-9/+13
| | | | item (thanks to Joachim Breitner for noticing)
* Fix encoding of From: and To: headersLucas Nussbaum2009-05-061-8/+4
|
* Encode the From: and To: email fields in Base64 encoded UTF-8Maxime Petazzoni2009-05-051-5/+10
| | | | | | Email headers are not supposed to be UTF-8 encoded and should be plain us-ascii. This change encodes the From: and To: fields of the emails sent out by feed2imap in Base64, using the =utf-8?b?...?= syntax.
* wrong date in changelogLucas Nussbaum2008-12-031-1/+1
|
* warn if feed takes too much time to be fetchedLucas Nussbaum2008-12-032-0/+11
|
* release 0.9.3Lucas Nussbaum2008-07-235-4/+18
|
* merged.Lucas Nussbaum2008-07-132-0/+2
|\
| * Remove the Recent flag when updating an emailLucas Nussbaum2008-06-192-0/+2
| |
* | added wrapping of text outputLucas Nussbaum2008-07-134-7/+16
|/
* mention helpers in changelog. 'oops.'Lucas Nussbaum2008-06-171-1/+2
|
* update changelogLucas Nussbaum2008-06-171-0/+3
|
* add include-images config optionLucas Nussbaum2008-06-173-6/+13
|
* reduce verbosityLucas Nussbaum2008-06-171-2/+2
|
* remove rubymail_patchLucas Nussbaum2008-06-174-53/+3
|
* generate correct messages with imagesLucas Nussbaum2008-06-171-7/+18
|
* initial work on inline imagesLucas Nussbaum2008-06-172-3/+29
|
* mention git on websiteLucas Nussbaum2008-06-161-9/+2
|
* added website to git repoLucas Nussbaum2008-06-165-0/+388
|
* fix for gna 10516lnu2008-04-032-0/+18
| | | | git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@144 f70e237a-67f3-0310-a06c-d2b8a7116972
* prepare changeloglnu2008-01-301-0/+3
| | | | git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@143 f70e237a-67f3-0310-a06c-d2b8a7116972
* prepared 0.9.2lnu2007-10-282-2/+2
| | | | git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@140 f70e237a-67f3-0310-a06c-d2b8a7116972
* small typolnu2007-10-031-1/+0
| | | | git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@139 f70e237a-67f3-0310-a06c-d2b8a7116972
* fix html emails content-type-encodinglnu2007-10-032-5/+3
| | | | git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@138 f70e237a-67f3-0310-a06c-d2b8a7116972
* updated changeloglnu2007-10-031-1/+3
| | | | git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@137 f70e237a-67f3-0310-a06c-d2b8a7116972
* exit when we receice an IMAP errorlnu2007-10-031-8/+3
| | | | git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@136 f70e237a-67f3-0310-a06c-d2b8a7116972
* updated changeloglnu2007-10-031-0/+1
| | | | git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@135 f70e237a-67f3-0310-a06c-d2b8a7116972