PaulHowarth/Blog/2019-02-21

Thursday 21st February 2019

Local Packages

  • Updated perl-Mail-IMAPClient to 3.41:

    • unseen(), messages() and related POD clean-up (CPAN RT#128220)

    • parse_message() minor code/POD clean-up (CPAN RT#128264)

    • Verb missing in messages() POD (CPAN RT#128215)

    • Simplify capability handling via has_capability enhancements (CPAN RT#127271):

      • has_capability() success returns true with server response data, not always '1'

      • Enhanced t/capability.t test cases

      • Updated POD for capability() and has_capability()

    • Use of IO::Socket::IP led to connect(empty args) regression (CPAN RT#122373)

    • Fix minor POD typo for search() (CPAN RT#128127)

    • folders()/subscribed() remove mailboxes with \Noselect attribute

    • fetch_hash() remove quotes around header names (seen with outlook.com)

    • Use first over grep for minor efficiency gains

    • Other minor POD cleanup


Recent