Files | Admin

Notes:

Release Name: mailfactory-1.4.0

Notes:
Fix issues with encoding multibyte subjects


Changes: commit 2e6f864dce3e12289b65ab4858590f7016c3e74d Author: Aman Gupta <aman@tmm1.net> Date: Wed Aug 6 00:58:59 2008 -0700 Use each_byte instead of scan hack commit a8f043b2a39aadb55077522240d7df354fa106f2 Author: Aman Gupta <aman@tmm1.net> Date: Tue Aug 5 21:51:42 2008 -0700 Fix multibyte handling in subjects. Uses String#bytes on 1.8.7/1.9, and #scan(/./m) on 1.8.6 Thanks to Jani Soila for the test cases.