Method: Mail::Body#crlf_boundary_with_jpmobile

Defined in:
lib/jpmobile/mail.rb

#crlf_boundary_with_jpmobileObject Also known as: crlf_boundary



374
375
376
377
378
379
380
# File 'lib/jpmobile/mail.rb', line 374

def crlf_boundary_with_jpmobile
  if @mobile
    Jpmobile::Util.encode(crlf_boundary_without_jpmobile, @mobile.mail_charset(@charset))
  else
    crlf_boundary_without_jpmobile
  end
end