Class: RMail::Message
- Inherits:
-
Object
- Object
- RMail::Message
- Defined in:
- lib/whisper/mbox.rb
Overview
stolen from sup
Instance Method Summary collapse
Instance Method Details
#charset ⇒ Object
8 9 10 11 12 |
# File 'lib/whisper/mbox.rb', line 8 def charset if header.field?("content-type") && header.fetch("content-type") =~ /charset="?(.*?)"?(;|$)/i $1 end end |