1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Description: fix pod typos
Author: Florian Schlichting <fsfs@debian.org>
Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=113877
Last-Updated: 2016-10-24
--- a/lib/Mail/IMAPTalk.pm
+++ b/lib/Mail/IMAPTalk.pm
@@ -2736,7 +2736,7 @@
Use the server XCONVMULTISORT command to fetch messages across
all mailboxes
- my $Res = $IMAP->xconvmultisort( [ qw(reverse arrival) ], [ 'conversations', postion => [1,10] ], 'utf-8', 'ALL')
+ my $Res = $IMAP->xconvmultisort( [ qw(reverse arrival) ], [ 'conversations', position => [1,10] ], 'utf-8', 'ALL')
$Res = {
folders => [ [ FolderName, UidValidity ], ... ],
sort => [ FolderIndex, Uid ], ... ],
@@ -4143,7 +4143,7 @@
=item *
-A quoted string, unquotes the string, changes any occurances
+A quoted string, unquotes the string, changes any occurrences
of \" to " and returns the string.
=item *
|