diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-09-07 17:36:00 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-09-07 17:36:00 +0200 |
commit | ac3e4cf6300448e9c83b45db1b769d79c6df2e38 (patch) | |
tree | ef0f5952acb9e74255a4dfca1aa60b124a633ebf /lib/Net/IMAP | |
parent | adf204a2b54eb5fc47e97042012be0e407ac7e42 (diff) |
Rename ‘imapsync’ to ‘interimap’.
To avoid confusion with http://imapsync.lamiral.info .
Diffstat (limited to 'lib/Net/IMAP')
-rw-r--r-- | lib/Net/IMAP/InterIMAP.pm (renamed from lib/Net/IMAP/Sync.pm) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Net/IMAP/Sync.pm b/lib/Net/IMAP/InterIMAP.pm index 6561a66..26cfbbd 100644 --- a/lib/Net/IMAP/Sync.pm +++ b/lib/Net/IMAP/InterIMAP.pm @@ -16,7 +16,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. #---------------------------------------------------------------------- -package Net::IMAP::Sync v0.0.1; +package Net::IMAP::InterIMAP v0.0.1; use warnings; use strict; @@ -195,7 +195,7 @@ our $IMAP_cond; our $IMAP_text; -# Create a new Net::IMAP::Sync object. Connect to the server, +# Create a new Net::IMAP::InterIMAP object. Connect to the server, # upgrade to a secure connection (STARTTLS), LOGIN/AUTHENTICATE if needed, and # update the CAPABILITY list. # In addition to the %OPTIONS above, valid parameters include: @@ -384,7 +384,7 @@ sub new($%) { } -# Log out when the Net::IMAP::Sync object is destroyed. +# Log out when the Net::IMAP::InterIMAP object is destroyed. sub DESTROY($) { my $self = shift; foreach (qw/STDIN STDOUT/) { |