summaryrefslogtreecommitdiff
path: root/lib/feed2imap/itemtomail.rb (unfollow)
Commit message (Expand)AuthorFilesLines
2016-03-25images are now rendered inline, no need for the multipart handlingmailRené 'Necoro' Neumann1-22/+6
2016-03-25image uri's may contain spacesRené 'Necoro' Neumann1-1/+6
2016-03-25Only one instance of the fetcher neededRené 'Necoro' Neumann1-1/+1
2016-03-25Replace RMail by Mail. This also reduces the handling we have to do ourselves.René 'Necoro' Neumann1-53/+55
2015-06-09itemtomail: embed images using data: URLsHEADmasterAntonio Terceiro1-18/+2
2015-05-10Fix regression in `include-images` optionAntonio Terceiro1-1/+2
2011-02-18add "parts" config optionEric Wong1-9/+15
2009-12-26Avoid using "acme.com"Lucas Nussbaum1-5/+5
2009-05-06do not put header at top of text entries.Lucas Nussbaum1-1/+1
2009-05-06use multipart/related only if there are imagesLucas Nussbaum1-8/+13
2009-05-06Use Message-Id instead of X-CacheIndexLucas Nussbaum1-2/+2
2009-05-06Only include images once as attachments if the image is duplicated in the ite...Lucas Nussbaum1-9/+13
2009-05-06Fix encoding of From: and To: headersLucas Nussbaum1-8/+4
2009-05-05Encode the From: and To: email fields in Base64 encoded UTF-8Maxime Petazzoni1-5/+10
2008-07-13added wrapping of text outputLucas Nussbaum1-3/+3
2008-06-17reduce verbosityLucas Nussbaum1-2/+2
2008-06-17remove rubymail_patchLucas Nussbaum1-1/+1
2008-06-17generate correct messages with imagesLucas Nussbaum1-7/+18
2008-06-17initial work on inline imagesLucas Nussbaum1-1/+27
2007-10-03small typolnu1-1/+0
2007-10-03fix html emails content-type-encodinglnu1-5/+2
2006-07-18ruby-feedparser0.3lnu1-1/+5
2006-07-11snowscripts support + content-transfer-encoding fixedlnu1-1/+1
2006-06-19- fix for gna bug 5872lnu1-4/+9
2006-02-13git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@88 f70e237a-6...lnu1-1/+1
2006-02-13don't display password in errror messageslnu1-1/+2
2006-02-13From = author(post)lnu1-2/+9
2006-01-02Now uses ruby-feedparser for feed parsinglnu1-0/+77