All Versions
14
Latest Version
Avg Release Cycle
237 days
Latest Release
2327 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.7.0 Changes
December 10, 2018- Use default configuration in
Message::rendered_messages
(thanks Krystan HuffMenne ) - Do not use
Rails.root
path if LetterOpener is used outside of Rails (thanks centrevillage) - Allow to set only
Mail#cc
/Mail#bcc
withoutMail#to
.
- Use default configuration in
-
v1.6.0 Changes
January 10, 2018- Do not depend on Mail gem to check delivery params.
- Do not parse and escape url before passing it to Launchy.
-
v1.5.0 Changes
January 02, 2018- Use proper check for
Rails::Railties
(thanks Florian Weingarten) - Add a shim for the iFrame "srcdoc" attribute (make it work with IE).
- Do not convert
-
to_
in attachment file names. (thanks Steven Harman) - Drop Ruby 1.9 support.
- Escape inline attachment names the same way they are stored in the attachments directory (thanks Daniel Rikowski)
- Increase timestamp precision in the mail filename. (thanks Piotr Usewicz)
- Add ability to configure location of stored mails. (thanks Ben)
- Add light version of template for mails that doesn't render any additional styling. (thanks Ben)
- Use proper check for
-
v1.4.1 Changes
May 24, 2015- Stop base tag appearing in plain-text previews. (thanks Coby Chapple)
-
v1.4.0 Changes
May 09, 2015- Add base tag to the iframe so links work with X-Frame-Options set to SAMEORIGIN. (thanks Jason Tokoph)
- Check delivery params before rendering an email to match SMTP behaviour.
-
v1.3.0 Changes
December 06, 2014- Fix message body encoding is observed correctly in QP CTE. (thanks Mark Dodwell)
- Remove fixed width on the mail content. (thanks weexpectedTHIS)
- Render email content in the iframe. Fixes #98. (thanks Jacob Maine)
-
v1.2.0 Changes
December 11, 2013- Fix auto_link() which in some cases would return an empty tag for plain text messages. (thanks Kevin McPhillips)
- Update styles. (thanks Adam Doppelt)
-
v1.1.2 Changes
June 28, 2013- Show formatted display names in html template (thanks ClaireMcGinty)
- Use
file:///
uri scheme to fix Launchy on Windows.
-
v1.1.1 Changes
May 10, 2013- Handle cc and bcc as array of emails. (thanks jordandcarter)
- Use
file://
uri scheme since Launcy can't open escaped URL without it. (thanks Adrian2112) - Update Launchy dependency to
~> 2.2
(thanks JeanMertz) - Change all nonword chars in filename of attachment to underscore so it can be saved on all platforms. (thanks phallstrom)
-
v1.1.0 Changes
February 08, 2013- Update Launchy dependency to
~> 2.2.0
(thanks webdevotion) - Handle
sender
field (thanks sjtipton) - Show subject only if it's present (thanks jadehyper)
- Show subject as title of web page (thanks statique)
- Update Launchy dependency to