Project

General

Profile

« Previous | Next » 

Revision 3b5432af

Added by Marc Dequènes almost 14 years ago

  • ID 3b5432afb48e92cac8f6336893b4b6c788f7fa46

[fix] check for MIME boundaries better

View differences:

lib/cyborghood/base/lang_additions.rb
yield
else
bound = @header['content-type'].params['boundary'] || ::TMail.new_boundary
bound = ::TMail.new_boundary
if @header.key? 'content-type'
@header['content-type'].params['boundary'] = bound
if @header['content-type'].params.key? 'boundary'
bound = @header['content-type'].params['boundary']
else
@header['content-type'].params['boundary'] = bound
end
else
store 'Content-Type', %<multipart/mixed; boundary="#{bound}">
end

Also available in: Unified diff