\lib\ruby\gems\1.8\gems\ruby-gmail-0.0.8\lib\mime
Reported by kerwin | February 28th, 2010 @ 08:51 PM
def generate_multipart(*content_types)
headers['content-type'] = 'multipart/alternative'
@content = content_types.collect { |content_type| Entity.new('content-type' => content_type,'charset'=>'utf-8', 'content-transfer-encoding' => 'base64') }
end
Comments and changes to this ticket
-
Daniel Parker March 1st, 2010 @ 04:10 AM
- State changed from new to resolved
Thanks. It's in the code, will be in the next gem release.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
A Rubyesque interface to Gmail. Connect to Gmail via IMAP and manipulate emails and labels. Send email with your Gmail account via SMTP. Includes full support for parsing and generating MIME messages.