Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | prepare release | Lucas Nussbaum | 2010-04-18 | 4 | -5/+5 |
| | |||||
* | provide a way to disable SSL certificate verification | Lucas Nussbaum | 2010-04-18 | 4 | -1/+12 |
| | |||||
* | update changelog | Lucas Nussbaum | 2010-04-18 | 1 | -0/+4 |
| | |||||
* | Update rubyimap.rb | Lucas Nussbaum | 2010-04-18 | 1 | -5/+38 |
| | | | | Update rubyimap.rb to upstream revision 27336 | ||||
* | Document the maildir target | Sandra Snan | 2010-03-17 | 3 | -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 Nussbaum | 2009-12-26 | 4 | -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-CacheIndex | Lucas Nussbaum | 2009-09-04 | 1 | -5/+2 |
| | |||||
* | added the forth arg to ConfigFeed::new for maildir | Lucas Nussbaum | 2009-09-03 | 1 | -1/+1 |
| | |||||
* | Add lib/feed2imap/maildir.rb | Lucas Nussbaum | 2009-09-03 | 1 | -0/+173 |
| | | | | Apparently git am forgot to add it. | ||||
* | Add support for Maildir | Andreas Rottmann | 2009-09-03 | 1 | -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.rb | Lucas Nussbaum | 2009-07-28 | 2 | -3/+6 |
| | |||||
* | update website for 0.9.4, add a HOWTO.release file | Lucas Nussbaum | 2009-07-27 | 3 | -1/+24 |
| | |||||
* | update Rakefile for 0.9.4 | Lucas Nussbaum | 2009-07-27 | 1 | -1/+1 |
| | |||||
* | Added a patch from Haegar to fix problem with dovecot 1.2.1 | Lucas Nussbaum | 2009-07-27 | 2 | -12/+79 |
| | |||||
* | update changelog | Lucas Nussbaum | 2009-06-18 | 1 | -1/+2 |
| | |||||
* | Fix buffering problem with filters | Lucas Nussbaum | 2009-06-18 | 1 | -3/+11 |
| | |||||
* | prep release, config parsing fix | Lucas Nussbaum | 2009-05-15 | 4 | -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 Nussbaum | 2009-05-06 | 1 | -1/+1 |
| | |||||
* | use multipart/related only if there are images | Lucas Nussbaum | 2009-05-06 | 1 | -8/+13 |
| | | | | ... and only use multipart/alternative in the other case. | ||||
* | added new version of Net::Imap | Lucas Nussbaum | 2009-05-06 | 1 | -246/+371 |
| | |||||
* | Use Message-Id instead of X-CacheIndex | Lucas Nussbaum | 2009-05-06 | 3 | -7/+10 |
| | |||||
* | Only include images once as attachments if the image is duplicated in the ↵ | Lucas Nussbaum | 2009-05-06 | 1 | -9/+13 |
| | | | | item (thanks to Joachim Breitner for noticing) | ||||
* | Fix encoding of From: and To: headers | Lucas Nussbaum | 2009-05-06 | 1 | -8/+4 |
| | |||||
* | Encode the From: and To: email fields in Base64 encoded UTF-8 | Maxime Petazzoni | 2009-05-05 | 1 | -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 changelog | Lucas Nussbaum | 2008-12-03 | 1 | -1/+1 |
| | |||||
* | warn if feed takes too much time to be fetched | Lucas Nussbaum | 2008-12-03 | 2 | -0/+11 |
| | |||||
* | release 0.9.3 | Lucas Nussbaum | 2008-07-23 | 5 | -4/+18 |
| | |||||
* | merged. | Lucas Nussbaum | 2008-07-13 | 2 | -0/+2 |
|\ | |||||
| * | Remove the Recent flag when updating an email | Lucas Nussbaum | 2008-06-19 | 2 | -0/+2 |
| | | |||||
* | | added wrapping of text output | Lucas Nussbaum | 2008-07-13 | 4 | -7/+16 |
|/ | |||||
* | mention helpers in changelog. 'oops.' | Lucas Nussbaum | 2008-06-17 | 1 | -1/+2 |
| | |||||
* | update changelog | Lucas Nussbaum | 2008-06-17 | 1 | -0/+3 |
| | |||||
* | add include-images config option | Lucas Nussbaum | 2008-06-17 | 3 | -6/+13 |
| | |||||
* | reduce verbosity | Lucas Nussbaum | 2008-06-17 | 1 | -2/+2 |
| | |||||
* | remove rubymail_patch | Lucas Nussbaum | 2008-06-17 | 4 | -53/+3 |
| | |||||
* | generate correct messages with images | Lucas Nussbaum | 2008-06-17 | 1 | -7/+18 |
| | |||||
* | initial work on inline images | Lucas Nussbaum | 2008-06-17 | 2 | -3/+29 |
| | |||||
* | mention git on website | Lucas Nussbaum | 2008-06-16 | 1 | -9/+2 |
| | |||||
* | added website to git repo | Lucas Nussbaum | 2008-06-16 | 5 | -0/+388 |
| | |||||
* | fix for gna 10516 | lnu | 2008-04-03 | 2 | -0/+18 |
| | | | | git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@144 f70e237a-67f3-0310-a06c-d2b8a7116972 | ||||
* | prepare changelog | lnu | 2008-01-30 | 1 | -0/+3 |
| | | | | git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@143 f70e237a-67f3-0310-a06c-d2b8a7116972 | ||||
* | prepared 0.9.2 | lnu | 2007-10-28 | 2 | -2/+2 |
| | | | | git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@140 f70e237a-67f3-0310-a06c-d2b8a7116972 | ||||
* | small typo | lnu | 2007-10-03 | 1 | -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-encoding | lnu | 2007-10-03 | 2 | -5/+3 |
| | | | | git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@138 f70e237a-67f3-0310-a06c-d2b8a7116972 | ||||
* | updated changelog | lnu | 2007-10-03 | 1 | -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 error | lnu | 2007-10-03 | 1 | -8/+3 |
| | | | | git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@136 f70e237a-67f3-0310-a06c-d2b8a7116972 | ||||
* | updated changelog | lnu | 2007-10-03 | 1 | -0/+1 |
| | | | | git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@135 f70e237a-67f3-0310-a06c-d2b8a7116972 | ||||
* | fixed rubyimap.rb | lnu | 2007-10-03 | 1 | -6/+7 |
| | | | | git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@134 f70e237a-67f3-0310-a06c-d2b8a7116972 | ||||
* | updated version ; write new cache to temp file then rename | lnu | 2007-10-03 | 1 | -3/+8 |
| | | | | git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@133 f70e237a-67f3-0310-a06c-d2b8a7116972 | ||||
* | fix max fetchers code ; dont update cache when uploading failed | lnu | 2007-10-03 | 2 | -5/+12 |
| | | | | git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@132 f70e237a-67f3-0310-a06c-d2b8a7116972 |