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

Last updated: July 07,2024

1. Install "python312-IMAPClient" package

This tutorial shows how to install python312-IMAPClient on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-IMAPClient

2. Uninstall "python312-IMAPClient" package

This guide let you learn how to uninstall python312-IMAPClient on openSuSE Tumbleweed:

$ sudo zypper remove python312-IMAPClient

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

Information for package python312-IMAPClient:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-IMAPClient
Version : 3.0.1-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 306.4 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.