CHANGELOG.txt 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237
  1. Mime Mail 7.x-1.x, xxxx-xx-xx
  2. -----------------------
  3. Mime Mail 7.x-1.1, 2018-10-17
  4. -----------------------
  5. - #161907 by RainbowLyte, sgabe: Fixed sanitization of additional mail parameter
  6. - #2986204 by TR: Missing test dependencies
  7. Mime Mail 7.x-1.0, 2017-05-14
  8. -----------------------
  9. - #2743229 by Bird-Kid, AdamPS: CSS doesn't get attached in PHP7
  10. - #2858390 by Munavijayalakshmi, Jigar.addweb: Fix coding standard issues
  11. - #2594743 by skipyT: Theme function called for plain messages also
  12. - #2374673 by smokris: Prevent processing of already embedded images
  13. - #1532352 by sgabe, Matt B: Add permission to view user specific settings
  14. - #2783815 by argiepiano: Add 'Reply-to' field to "Send HTML mail to all users of a role" action
  15. - #2796993 by Cauliflower: Return send status in Rules actions
  16. - #2796965 by Cauliflower: Allow NULL values in Rules actions
  17. - #1568680 by jamsilver: Use $message for themeing
  18. - #2721799 by igorik, sgabe: Minor typo
  19. - #2146513 by torotil, Anybody: Scan theme for other *css* file types
  20. - #2678818 by hoebekewim, das-peter: Mime Mail Compress has a deprecated constructor
  21. - #2553815 by nitrocad, anthonys: Imported font generates empty attachment
  22. - #2562181 by rrfegade: Remove unused varibles
  23. - #2562177 by rrfegade: Spelling errors
  24. Mime Mail 7.x-1.0-beta4, 2015-08-02
  25. -----------------------
  26. - #2413495 by sgabe, siggi_kid: Public images not embedded when file default scheme is private
  27. - #2312747 by Lukas von Blarer: Remove 'itok' token from image URL
  28. - #2366659 by david_garcia: Attachments created by content generate warnings
  29. - #2404719 by alexp999: Missing space in RFC headers breaks DKIM
  30. - #1908318 by jvieille, zionduc, bisonbleu | anrkaid: Sender is double encoded.
  31. - #2359771 by PascalAnimateur: Support for OG membership tokens.
  32. - #2218037 by sgabe | pinkonomy: Fixed integrity constraint violation.
  33. - #2219609 by mitrpaka, sgabe: Convert float properties just for images.
  34. - #2057703 by New Zeal, sgabe: Warning: is_file() expects a valid path.
  35. - #2202127 by k.skarlatos: Added List-Unsubscribe header field for bulk mails.
  36. - #2297135 by tobiasb: Language prefix with absolute-path reference.
  37. - #2297091 by cameron1729: TLDs in Return-Path trimmed to 4 characters.
  38. - #2237109 by Dane Powell: Indicate text format for body in Rules.
  39. Mime Mail 7.x-1.0-beta3, 2014-03-05
  40. -----------------------
  41. - Public files test incorrect if similar path is not below root.
  42. Mime Mail 7.x-1.0-beta2, 2014-02-26
  43. -----------------------
  44. - Stronger authentication for incoming messages.
  45. - #2031143 by sgabe, das-peter: Support @import by using drupal_load_stylesheet().
  46. - #2087913 by sgabe | alancsilver: Allow spaces in attachment filenames.
  47. - #1852694 by clemens.tolboom | Pixelstyle: Convert float to align for images.
  48. - #2145659 by sgabe, fatherguddha | raincloud: Images with 'itok' token are not embedded.
  49. - #2119613 by sgabe, david_garcia_garcia: Further improve boundary collision avoidance.
  50. - #2185909 by cyrus_bt5, ekidman: Extra space in long header fields.
  51. - #2152705 by gargsuchi: Images with 'itok' token not showing up.
  52. - #2129149 by pokap | satvision83: Undefined offset in mimemail_headers.
  53. Mime Mail 7.x-1.0-beta1, 2013-10-07
  54. -----------------------
  55. - #1702868 by sgabe, kid_icarus: Remove tokens if no replacement value can be generated.
  56. - #1719570 by sgabe, oadaeh | greggles: Fix for SA-CONTRIB-2012-124.
  57. - #2020875 by das-peter, Propaganistas: Provide option to set language in Rules actions.
  58. - #2045699 by sgabe | Punk_UnDeaD: Boundaries are not unique on Windows.
  59. - #1798324 by sgabe, kienan | ShaneOnABike: Return-Path is incorrectly using sender name.
  60. - #1790098 by sgabe | edb, Shellingfox: Custom 'from' address comes out as 'Array'.
  61. - #1979776 by sgabe | cswolf: Hash mark link gets replaced with site URL.
  62. - #1963412 by sgabe | djg_tram: Content-Disposition should default to 'inline'.
  63. - #1469828 by sgabe | shadowhitman: Allow to use simple address format only for recipient.
  64. - #1947018 by sgabe | bendev: Allow sending plain text messages with Rules.
  65. - #962226 by sgabe | rchuber: Allow custom mailkeys for system and Rules action messages.
  66. - #1873348 by sgabe | tutumlum: Cannot use tokens in subject and body of HTML email action.
  67. - #1439918 by sgabe | Lukas von Blarer: 'Link images only' is not working if the file exists as-is.
  68. - #1538004 by sgabe | djg_tram: Change template naming logic to use module as well.
  69. - #1719256 by lirantal, sgabe: Handle different files with the same file name.
  70. - #1922530 by berliner: Callto links in mail body wrongly replaced.
  71. - #1911558 by Simon Georges, JulienD: Remove useless files[] directive from .info files.
  72. - #1877928 by sgabe | parasite: Replacing underscore in key is not needed.
  73. - #1898140 by MiroslavBanov: Engine variable set to NULL on settings page.
  74. - #1780412 by sgabe, kid_icarus: Option to exclude blocked users from a role.
  75. - #1814922 by marcusx: Rule sanitizes the $body if populated by a parameter.
  76. - #1813348 by sgabe | jdhildeb: Sendmail invoked with empty Return-Path.
  77. - #1469022 by sgabe, das-peter | MI: Add 'Reply-to' field to Rules and system actions.
  78. - #1773698 by jherencia: Alternatives for mimemail-message.tpl.php do not work.
  79. - #1585546 by kotnik, bojanz: Rules actions must be in root module directory.
  80. Mime Mail 7.x-1.0-alpha2, 2012-08-22
  81. -----------------------
  82. - #1722188 by sgabe | christian death: Split has been deprecated.
  83. - #1643750 by sgabe | MRV: Remove class attributes from the compressed message.
  84. - #321026 by sgabe, LUTi | attiks: HTML messages are broken by line breaks.
  85. - #1605230 by sgabe | mrbubbs: Extra space in subject caused by wordwrap.
  86. - #1662682 by sgabe, itamar: Value may be left unset in requirements check.
  87. - #1504782 by rjkuyvenhoven: Update support for Fusion based themes.
  88. - #1597896 by sgabe | joewickert: Plus symbol encoded as space in URLs.
  89. - #1515660 by sgabe | philsward: Missing upgrade path for Rules actions.
  90. - #81707 by sgabe | FredCK, Peters196: Auto-detect appropriate line endings.
  91. - #1475664 by sgabe | pumpkinkid: Getting 'Array to string conversion' error.
  92. - #1301876 by sean_fremouw: Regex in mimemail_headers() strips allowed characters.
  93. - #1432502 by El Bandito: Quotations are not needed to specify an attachment.
  94. - #1349728 by jherencia: Possibility to configure the theme that will render the email.
  95. - #1391680 by marcdecaluwe: Headers not correctly set.
  96. - #1283620 by Cyberwolf: Expose email settings user field to field API.
  97. - #1372660 by eueco: Set the proper line ending when calling chunk_split().
  98. - #1388786 by tostinni: mimemail_html_body() fails to retrieve file's URI.
  99. Mime Mail 7.x-1.0-alpha1, 2011-12-18
  100. -----------------------
  101. - #1372088 by marcus.n3rd.26: Use uri to load mail.css when sending mail.
  102. - #1305824 by sgabe: Leave MIME type and use only path to specify an attachment.
  103. - #1370422 by awagner: Missing delimiter in file_scan_directory().
  104. - #1275734 by gnindl: Scan recursively for mail.css.
  105. - #1304332 by sgabe: Token replacement and PHP evaluation in Rules action messages.
  106. - #1305830 by sgabe | ibes: Set default filename and mimetype to enforce auto detection.
  107. - #1289584 by sgabe | oguerreiro: Check if 'styles' is set.
  108. - #1288546 by sgabe | carn1x: Unknown Rules actions.
  109. - #1066438 by quicksketch, sgabe, guillaumev, oadaeh: Initial support of attachments.
  110. - #1258302 by ralf.strobel: Replace 'arguments' with 'variables' in hook_theme().
  111. - #1190144 by Cyberwolf, sgabe: Trim less-than and grater-than chars from Return-Path.
  112. - #1140538 by sgabe: Site style sheet isn't included.
  113. - #1232266 by InternetDevels.Com: Engine select form element has wrong array key.
  114. Mime Mail 6.x-1.0, 2011-11-19
  115. -----------------------
  116. - #1232264 by InternetDevels.Com: Check for not just NULL but empty From address.
  117. - #1201154 by guillaumev: Check if attachments is an array and isn't empty.
  118. - #1203234 by sgabe | Offlein: Store input format setting for Rules and actions.
  119. - #1227242 by sgabe: Remove unnecessary reference signs.
  120. - #1076520 by joelstein: Absolute site stylesheets not included.
  121. - #1258062 by oadaeh: Don't allow an empty e-mail address with the default engine.
  122. - #1270686 by gmania: Don't add Content-Disposition to multipart/alternative parts.
  123. - #1260302 by sgabe | prokop1000: Replace encoding detection with UTF-8.
  124. - #1270656 by sgabe: From header can be an array which causes errors.
  125. - #1301868 by sean_fremouw: Headers overwritten.
  126. - #1308628 by sgabe, chriscohen: List function throws notice.
  127. - #1301924 by sgabe, ibes: Use array for body in Rules and system actions.
  128. - #417462 by plach, Lukas von Blarer, sgabe: Language prefix is not taken into account.
  129. - #1181170 by sgabe, Cyberwolf, ibes | windm: Add permission to set user specific settings.
  130. - #1309248 by sgabe, gmania: Generate not existing ImageCache images before embedding.
  131. - #1304134 by sdague: Add preference to link images.
  132. - #1275080 by gmania: Remove the depricated Errors-To header.
  133. Mime Mail 6.x-1.0-beta2, 2011-06-22
  134. ----------------------
  135. - #1181486 by sgabe: HTML Message not saving in Rules Action form.
  136. - #1164870 by itserich: Recipient is not an array anymore.
  137. - #1186690 by samhassell: Can't send multiple attachments.
  138. Mime Mail 6.x-1.0-beta1, 2011-06-04
  139. ----------------------
  140. - #911612 by geneticdrift: Hidden attachments in some email clients.
  141. - #1090286 by sgabe: Prepare action messages with drupal_mail() to allow alteration.
  142. - #1137358 by sgabe: Tokens don't work in the body of Rules action messages
  143. - #1150224 by sgabe: Run filters on the message body of Rules and system actions.
  144. - #1090286 by sgabe: Remove process function, fix sending message to a role action.
  145. - #1116930 by Pol, sgabe: No text alternative if the CSS is too large.
  146. - #808518 by sgabe: Return only the result from drupal_mail_wrapper().
  147. - #808518 by claudiu.cristea, sgabe: Split mail preparation from sending.
  148. - #1108324 by sgabe: Add input filter to HTML message for system and Rules actions.
  149. - #1114536 by rjbrown99: Pass recipient to the template.
  150. - #971272 by sgabe: Allow to specify sender's name for Rules action messages.
  151. - #1167576 by Pol: Accept plaintext and text parameters for system messages.
  152. - #338460 by hopla: Doens't look for mail.css in Zen sub-themes.
  153. - #261028 by sgabe, gnosis, mfb, mrfelton, LUTi: SMTP Return-Path Setting.
  154. - #1175378 by sgabe, samalone: Include module CSS files in email.
  155. Mime Mail 6.x-1.0-alpha8, 2011-03-24
  156. ----------------------
  157. - #374615 by joelstein: Set starter default value for plain text user reference.
  158. - #1076222 by papasse, Aron Novak: Check the module path on settings submission.
  159. - #920904 by fmjrey: Fusion local.css not taken into account.
  160. - #443964 by sgabe, pillarsdotnet: Skip style sheets with print media.
  161. - #932962 by clydefrog, arvana, sgabe: Allow attachments to be added by contents.
  162. - #907716 by isaac.niebeling: Allow non-web-accessible files as attachments.
  163. - #758922 by eft, sgabe: Use simple address format for PHP mail() on Windows.
  164. Mime Mail 6.x-1.0-alpha7, 2011-01-31
  165. ----------------------
  166. - #950456 by stella, sgabe: Check if body encoding can be, and is it detected
  167. - #364198 by mfb, sgabe | HS: CSS code in email
  168. - #835734 by sgabe | sylvaticus: In some cases CSS optimization causes WSOD
  169. - #438058 by AlexisWilke, DanChadwick: Remove line feeds in subject
  170. - #979748 by Romka: Missing include in mimemail_mailengine()
  171. - #700996 by smk-ka: Custom inline style properties overwritten
  172. - #960374 by kim-day: Don't set BCC and CC headers if they are empty
  173. - #961536 by clydefrog: Check if sender is empty, not just null
  174. - #852698 by sgabe | interestingaftermath: Specify sender's name
  175. - #685574 by sgabe, Wim Leers | Michelle: Optional site's css embedding
  176. - #758754 by sgabe | mennonot: Add 'Send HTML e-mail' action
  177. - #501722 by jpetso, fago, criz, sgabe, aantonop: HTML mail actions for Rules
  178. - #729658 by sgabe, Agileware: Allow better integration with Domain Access module
  179. - #960726 by sgabe, clydefrog: Send plaintext message if the HTML body is empty
  180. Mime Mail 6.x-1.0-alpha6, 2010-09-13
  181. ----------------------
  182. - #629038 by Robbert: Attachments dont respect ‘list’ setting
  183. - #882960 by sgabe, glynster: CSS Mail Style Sheet Overrides
  184. - #319229 by javierreartes, tobiasb, sgabe, crifi: Set $attachments in drupal_wrap_mail()
  185. - #903536 by sgabe: Use variable_del() to remove smtp_library()
  186. - #456242 by sgabe, kenorb: Use proper operators in if statements with strpos()
  187. - #882528 by sgabe | Carsten: Template suggestions based on mailkey
  188. - #752838 by sgabe | dsms: Pass $subject to the template
  189. - #319384 by sgabe | mariuss: Add $mailkey to body tag as CSS class
  190. - #796510 by sgabe | smk-ka: Update CSS Compressor
  191. - #614782 by sgabe, Sutharsan: Update README.txt
  192. Mime Mail 6.x-1.0-alpha5, 2010-08-12
  193. ----------------------
  194. - #850674 by sgabe, AlexisWilke: Prepare function name testing '_prepare'...
  195. - #448996 by mfb, hanoii, Sylvain Lecoy: Wrong implementation of hook_mail_alter()
  196. - #319229 by sgabe, jm.federico, joostvdl, donquixote, fehin, sunfire-design, mariuss: src='Array' if path to image is broken
  197. - #517306 by sgabe, rdosser: Mime Mail Compress mangles absolute URLs in CSS properties
  198. - #597448 by sgabe, rmjiv: Unsafe regex pattern in mimemail_extract_files()
  199. - #535466 by andreiashu, sgabe: WSOD when using Mime Mail Compress without DOM extension
  200. - #513138 by sgabe, peterx: Undefined variables in mimemail.inc
  201. - #304476 by sgabe, Thomas_Zahreddin, aaron: PHP Error when Stylesheets don't exist
  202. - #710116 by sgabe, neoglez: Wrong implementation/namespace conflict of mimemail_prepare()
  203. Mime Mail 6.x-1.0-alpha4, 2010-07-10
  204. ----------------------
  205. - #642800 by scronide: Enforce requirement of PHP 5.x for Mime Mail Compress
  206. - #740856 by sgabe, Vicbus: Check if the file part is set in the body
  207. - #567594 by hanoii: $mailkey is not properly set in drupal_mail_wrapper()
  208. - #768794 by sgabe, danyg: Check if the name is empty when the address is an object
  209. - #700996 by sgabe, -Mania-: Custom inline style properties overwritten when using CSS Compressor
  210. - #729334 by plach: Flawed CSS to XPath conversion for class selectors in Mime Mail CSS Compressor
  211. - #456260 by sgabe, kenorb, kscheirer, mitchmac: WSOD: smtp_library variable is not removed when Mime Mail has been disabled
  212. - #698794 by sgabe, mobilis: Attachment Content-Type-fix
  213. - #629038 by jackinloadup, sgabe: Attachments don't respect list setting
  214. Mime Mail 6.x-1.0-alpha3, 2010-06-16
  215. ----------------------
  216. - #358439 by folkertdv: Images are only in the first message
  217. - #448670 by sgabe, gregarios, moritzz: Spaces and Line Breaks are removed from CSS definitions
  218. - #372710 by LUTi, sgabe, perarnet: HTML emails are text-only in Hotmail
  219. - #583920 by Sutharsan, sgabe: Can't override mimemail.tpl.php
  220. - #127876 by sgabe, Sutharsan, jerdavis: Plain text with/without attachment