Project

General

Profile

Defect #8751 » 11-tmail_multiple_recipients_patch.rb

Drew Keller, 2011-09-05 01:56

 
1
#Tmail Issue – Patch fixing the bug in email encoding. Emails with multiple 
2
#recipients were malformed having extra blank line between every 4-7 recipient 
3
#addresses.
4

    
5
module TMail
6

    
7
	class Encoder
8

    
9
		def puts_meta( str )
10
			add_text str
11
		end
12

    
13
	end
14
	
15
end
(4-4/4)