aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2016-03-07 17:32:29 +0100
committerGuilhem Moulin <guilhem@fripost.org>2016-03-07 17:32:29 +0100
commit67f7ae7c82263dc3acad7f6b4df586f94f3b5e15 (patch)
tree756ef9a00496e35703810637777177e39371bcfe /lib
parent247cc63d7710e1907b114a75125c27de946415aa (diff)
wibble
Diffstat (limited to 'lib')
-rw-r--r--lib/Net/IMAP/InterIMAP.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Net/IMAP/InterIMAP.pm b/lib/Net/IMAP/InterIMAP.pm
index 01fb6a9..be62a9d 100644
--- a/lib/Net/IMAP/InterIMAP.pm
+++ b/lib/Net/IMAP/InterIMAP.pm
@@ -2335,7 +2335,7 @@ sub _resp($$;$$$) {
}
}
elsif (s/\A\+// and ($_ eq '' or s/\A //)) {
- # microsoft's IMAP server violates RFC 3501 by skipping the trailing ' ' for empty resp-text
+ # Microsoft Exchange Server 2010 violates RFC 3501 by skipping the trailing ' ' for empty resp-text
if (defined $callback and $cmd eq 'AUTHENTICATE') {
my $x = $callback->($_);
$self->_cmd_extend(\$x);