#1 ✓resolved
kerwin

\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

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.

New-ticket Create new ticket

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.

Shared Ticket Bins

People watching this ticket

Pages