diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2016-03-09 20:59:14 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2016-03-09 21:08:54 +0100 |
commit | 5c5f8134e5bbedf71a63e377d49c0962fe1ba1ad (patch) | |
tree | 68b255109e629e81b30829f63ad41e20ecc59689 /lib/Net/IMAP | |
parent | a657c564c46338bb360690661152cf4a25fe8927 (diff) |
pullimap: keep trying to pull new messages after issuing any IMAP command.
Indeed we might get an untagged EXISTS response, meaning that a new
message has been received meanwhile.
Diffstat (limited to 'lib/Net/IMAP')
-rw-r--r-- | lib/Net/IMAP/InterIMAP.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Net/IMAP/InterIMAP.pm b/lib/Net/IMAP/InterIMAP.pm index bd69d87..bad49da 100644 --- a/lib/Net/IMAP/InterIMAP.pm +++ b/lib/Net/IMAP/InterIMAP.pm @@ -1053,7 +1053,7 @@ sub uidvalidity($;$) { } -# $self->set_cache(@attributes) +# $self->get_cache(@attributes) # Return the persistent cache for the mailbox currently selected. If # some @attributes are given, return the list of values corresponding # to these attributes. |