How to Install and Uninstall perl-Mail-IMAPClient Package on openSuSE Tumbleweed

Last updated: May 15,2024

1. Install "perl-Mail-IMAPClient" package

Here is a brief guide to show you how to install perl-Mail-IMAPClient on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Mail-IMAPClient

2. Uninstall "perl-Mail-IMAPClient" package

Please follow the guidelines below to uninstall perl-Mail-IMAPClient on openSuSE Tumbleweed:

$ sudo zypper remove perl-Mail-IMAPClient

3. Information about the perl-Mail-IMAPClient package on openSuSE Tumbleweed

Information for package perl-Mail-IMAPClient:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Mail-IMAPClient
Version : 3.43-1.15
Arch : noarch
Vendor : openSUSE
Installed Size : 1.3 MiB
Installed : No
Status : not installed
Source package : perl-Mail-IMAPClient-3.43-1.15.src
Upstream URL : https://metacpan.org/release/Mail-IMAPClient
Summary : An IMAP Client API
Description :
This module provides methods implementing the IMAP protocol to support
interacting with IMAP message stores.
The module is used by constructing or instantiating a new IMAPClient object
via the new constructor method. Once the object has been instantiated, the
connect method is either implicitly or explicitly called. At that point
methods are available that implement the IMAP client commands as specified
in *RFC3501*. When processing is complete, the logout object method should
be called.
This documentation is not meant to be a replacement for RFC3501 nor any
other IMAP related RFCs.
Note that this documentation uses the term _folder_ in place of RFC3501's
use of _mailbox_. This documentation reserves the use of the term _mailbox_
to refer to the set of folders owned by a specific IMAP id.