aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2011-10-04 15:29:15 +0100
committerPatrick J Cherry <patrick@bytemark.co.uk>2011-10-04 15:29:15 +0100
commit9081717a4437f2fd8eb9221a10dfbe153cc2d20e (patch)
tree7a128ed05fcff0a5608701413bbf5fa106c31442
parent09cece169814048c4c2bb2e0882c6944a482a04b (diff)
Added changed private to protected for Pop3Client class
-rw-r--r--lib/mauve/pop3_server.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/mauve/pop3_server.rb b/lib/mauve/pop3_server.rb
index 52f31d0..e7132f4 100644
--- a/lib/mauve/pop3_server.rb
+++ b/lib/mauve/pop3_server.rb
@@ -410,6 +410,8 @@ module Mauve
end
+ protected
+
#
# These are the messages in the mailbox. It looks for the first 100 alert_changed, and formats them into emails, and returns an array of
#