class IMAP

Public Instance Methods

account() click to toggle source
# File lib/imap-filter/monkeypatches.rb, line 41
def account
  @account
end
account=(acc) click to toggle source
# File lib/imap-filter/monkeypatches.rb, line 38
def account= acc
  @account = acc
end