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

Last updated: June 25,2024

1. Install "python310-IMAPClient" package

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

$ sudo zypper refresh $ sudo zypper install python310-IMAPClient

2. Uninstall "python310-IMAPClient" package

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

$ sudo zypper remove python310-IMAPClient

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

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