How to Install and Uninstall python311-IMAPClient Package on openSuSE Tumbleweed

Last updated: July 05,2024

1. Install "python311-IMAPClient" package

Please follow the guidelines below to install python311-IMAPClient on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-IMAPClient

2. Uninstall "python311-IMAPClient" package

Learn how to uninstall python311-IMAPClient on openSuSE Tumbleweed:

$ sudo zypper remove python311-IMAPClient

3. Information about the python311-IMAPClient package on openSuSE Tumbleweed

Information for package python311-IMAPClient:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-IMAPClient
Version : 3.0.1-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 327.5 KiB
Installed : No
Status : not installed
Source package : python-IMAPClient-3.0.1-1.4.src
Upstream URL : https://github.com/mjs/imapclient/
Summary : Pythonic IMAP client library
Description :
IMAPClient is a Pythonic IMAP client library.
Features:
* Arguments and return values are natural Python types.
* IMAP server responses are parsed and readily usable.
* IMAP unique message IDs (UIDs) and internationalised
mailbox names are handled transparently.
* Time zones are handled.
* Convenience methods are provided for commonly used functionality.
* Exceptions are raised when errors occur.
IMAPClient includes comprehensive units tests and automated
functional tests that can be run against a live IMAP server.