summaryrefslogtreecommitdiff
path: root/lib/feed2imap/itemtomail.rb (follow)
Commit message (Collapse)AuthorAgeFilesLines
* images are now rendered inline, no need for the multipart handlingmailRené 'Necoro' Neumann2016-03-251-22/+6
|
* image uri's may contain spacesRené 'Necoro' Neumann2016-03-251-1/+6
|
* Only one instance of the fetcher neededRené 'Necoro' Neumann2016-03-251-1/+1
|
* Replace RMail by Mail. This also reduces the handling we have to do ourselves.René 'Necoro' Neumann2016-03-251-53/+55
|
* itemtomail: embed images using data: URLsHEADmasterAntonio Terceiro2015-06-091-18/+2
|
* Fix regression in `include-images` optionAntonio Terceiro2015-05-101-1/+2
| | | | | test/tc_httpfetcher.rb can't still be re-enabled because it hits the network, and a hostname that is no longer valid.
* add "parts" config optionEric Wong2011-02-181-9/+15
| | | | | This allows disabling either HTML or text parts to save bandwidth/disk space on the IMAP server.
* Avoid using "acme.com"Lucas Nussbaum2009-12-261-5/+5
| | | | | | | | | | | | | | | | 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,
* 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.
* Use Message-Id instead of X-CacheIndexLucas Nussbaum2009-05-061-2/+2
|
* 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.
* added wrapping of text outputLucas Nussbaum2008-07-131-3/+3
|
* reduce verbosityLucas Nussbaum2008-06-171-2/+2
|
* remove rubymail_patchLucas Nussbaum2008-06-171-1/+1
|
* generate correct messages with imagesLucas Nussbaum2008-06-171-7/+18
|
* initial work on inline imagesLucas Nussbaum2008-06-171-1/+27
|
* 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-031-5/+2
| | | | git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@138 f70e237a-67f3-0310-a06c-d2b8a7116972
* ruby-feedparser0.3lnu2006-07-181-1/+5
| | | | git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@104 f70e237a-67f3-0310-a06c-d2b8a7116972
* snowscripts support + content-transfer-encoding fixedlnu2006-07-111-1/+1
| | | | git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@103 f70e237a-67f3-0310-a06c-d2b8a7116972
* - fix for gna bug 5872lnu2006-06-191-4/+9
| | | | | | | - improved example config file git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@99 f70e237a-67f3-0310-a06c-d2b8a7116972
* git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@88 ↵lnu2006-02-131-1/+1
| | | | f70e237a-67f3-0310-a06c-d2b8a7116972
* don't display password in errror messageslnu2006-02-131-1/+2
| | | | git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@86 f70e237a-67f3-0310-a06c-d2b8a7116972
* From = author(post)lnu2006-02-131-2/+9
| | | | git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@84 f70e237a-67f3-0310-a06c-d2b8a7116972
* Now uses ruby-feedparser for feed parsinglnu2006-01-021-0/+77
git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@73 f70e237a-67f3-0310-a06c-d2b8a7116972