Upstream changes:
version 3.004: Fri 3 May 09:24:50 CEST 2019
Fixes:
- xt/99pod.t was missing from git
- represent ssl in url()
Improvements:
- transporter: rename 'starttls' into 'ssl' option
- add ::IMAP4s for url abstraction.
Maintain a folder which has its messages stored on a remote server. The
communication between the client application and the server is implemented using
the IMAP4 protocol. This class uses Mail::Transport::IMAP4 to hide the transport
of information, and focusses solely on the correct handling of messages within a
IMAP4 folder. More than one IMAP4 folder can be handled by one single IMAP4
connection.