class IMAP::Envelope

Constants

CRLF
HEDCNS

Public Instance Methods

email_header() click to toggle source
# File lib/imap-filter/monkeypatches.rb, line 31
def email_header
  HEDCNS.map{ |field, fun| "#{field} #{fun.(self)}" }
    .join CRLF
end