From 1cc4ec5ee4e6bda4c9afed5c4b8d7c52896c0cf9 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 10 2020 01:37:57 +0000 Subject: Changes after running %prep ignore: true --- diff --git a/Changes b/Changes index 1234d62..93ee21a 100644 --- a/Changes +++ b/Changes @@ -1,30 +1,30 @@ -Revision history for Perl extension Encode::IMAPUTF7. - +Revision history for Perl extension Encode::IMAPUTF7. + 1.05 - Fri Jun 18 12:28:40 2010 Correct handling of bad data (rt: #57984) -1.04 2009-04-30 - Revised the revision history - (see http://peter.makholm.net/2009/04/30/i-broke-encode-imaputf7/) - -1.03 2009-04-21 - Version 1.02 introduced more bugs than it fixed: - - '&' was errounous encoded with '&_' instead of '&-' - - A '&' following characters to be encoded was stil base64 encoded instead - of being encoded as '&-' - -1.02 2009-04-20 - Code tidying - Make encoding more compliant to the RFC (rt: #) - - thanks to - -1.01 2009-02-17 - Release as non-developers release - -1.00_01 2009-02-16 - Silence warnings from decode() (rt: #36180) - Make it work with perl 5.10 (rt: #40827) - -1.00 Wed Sep 28 2005 - original version - +1.04 2009-04-30 + Revised the revision history + (see http://peter.makholm.net/2009/04/30/i-broke-encode-imaputf7/) + +1.03 2009-04-21 + Version 1.02 introduced more bugs than it fixed: + - '&' was errounous encoded with '&_' instead of '&-' + - A '&' following characters to be encoded was stil base64 encoded instead + of being encoded as '&-' + +1.02 2009-04-20 + Code tidying + Make encoding more compliant to the RFC (rt: #) + - thanks to + +1.01 2009-02-17 + Release as non-developers release + +1.00_01 2009-02-16 + Silence warnings from decode() (rt: #36180) + Make it work with perl 5.10 (rt: #40827) + +1.00 Wed Sep 28 2005 + original version + diff --git a/README b/README index 101a118..bcea9c0 100644 --- a/README +++ b/README @@ -1,18 +1,18 @@ -NAME - Encode::Unicode::IMAPUTF7 - Perl extension to deal with UTF-7 modification for IMAP - -DESCRIPTION - IMAP mailbox names are encoded in a modified UTF-7 when names contains - international characters outside of the printable ASCII range. The - modified UTF-7 encoding is defined in RFC2060 (section 5.1.3). - -COPYRIGHT - Copyright 2005 - - Sava Chankov, sava@cpan.org - - This software may be freely copied and distributed under the same - terms and conditions as Perl. - -SEE ALSO - perl(1), Encode. +NAME + Encode::Unicode::IMAPUTF7 - Perl extension to deal with UTF-7 modification for IMAP + +DESCRIPTION + IMAP mailbox names are encoded in a modified UTF-7 when names contains + international characters outside of the printable ASCII range. The + modified UTF-7 encoding is defined in RFC2060 (section 5.1.3). + +COPYRIGHT + Copyright 2005 + + Sava Chankov, sava@cpan.org + + This software may be freely copied and distributed under the same + terms and conditions as Perl. + +SEE ALSO + perl(1), Encode.