diff options
author | Alex Young <alex@bytemark.co.uk> | 2015-04-20 11:47:02 +0100 |
---|---|---|
committer | Alex Young <alex@bytemark.co.uk> | 2015-04-20 11:47:02 +0100 |
commit | d92499d23bdb591ecbe824db3064ec4ab5e8f4f5 (patch) | |
tree | f1f80fa97f5f182908aa091466bd94febcdb8b5d /lib/mauve/person.rb | |
parent | 7be280018dde23596673d53d6639bbecb35c65f8 (diff) |
Removed the Pop3 server
Diffstat (limited to 'lib/mauve/person.rb')
-rw-r--r-- | lib/mauve/person.rb | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/mauve/person.rb b/lib/mauve/person.rb index 1158cbf..021a393 100644 --- a/lib/mauve/person.rb +++ b/lib/mauve/person.rb @@ -6,17 +6,13 @@ module Mauve class Person attr_reader :username, :password, :urgent, :normal, :low, :email, :xmpp, :sms - attr_reader :last_pop3_login, :suppressed, :notifications + attr_reader :suppressed, :notifications attr_reader :notify_when_off_sick, :notify_when_on_holiday # Set up a new Person # def initialize(username) @suppressed = false - # - # TODO fix up web login so pop3 can be used as a proxy. - # - @last_pop3_login = {:from => nil, :at => nil} @notifications = [] @username = username |