From 9081717a4437f2fd8eb9221a10dfbe153cc2d20e Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Tue, 4 Oct 2011 15:29:15 +0100 Subject: Added changed private to protected for Pop3Client class --- lib/mauve/pop3_server.rb | 2 ++ 1 file changed, 2 insertions(+) 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 # -- cgit v1.2.1