How to Install and Uninstall classpathx-mail Package on openSUSE Leap

Last updated: July 01,2024

1. Install "classpathx-mail" package

This guide let you learn how to install classpathx-mail on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install classpathx-mail

2. Uninstall "classpathx-mail" package

Learn how to uninstall classpathx-mail on openSUSE Leap:

$ sudo zypper remove classpathx-mail

3. Information about the classpathx-mail package on openSUSE Leap

Information for package classpathx-mail:
----------------------------------------
Repository : Main Repository
Name : classpathx-mail
Version : 1.1.2-2.87
Arch : noarch
Vendor : SUSE LLC
Installed Size : 891.1 KiB
Installed : No
Status : not installed
Source package : classpathx-mail-1.1.2-2.87.src
Upstream URL : http://java.sun.com/products/javamail/
Summary : GNU JavaMail is a free implementation of the JavaMail API specification
Description :
GNU JavaMail is a free implementation of the JavaMail API
specification, version 1.3. All the code has been written from scratch
without reference to Sun's code, which allows GNU JavaMail to be used
on a completely free operating system such as GNU/Linux or the Hurd.
The code is optimized to work with free Java implementations, nothing
prevents it from being used with any compliant JVM. GNU JavaMail
provides a protocol-independent framework for building mail client
applications in Java. The API itself provides a complete MIME
implementation, and drivers for individual messaging protocols, known
as providers, can be plugged into the JavaMail framework dynamically.
Several providers, implementing Internet standard protocols, are
included with GNU JavaMail. These include: SMTP IMAP POP3 NNTP
including posting to news servers The UNIX mbox format Dan Bernstein's
Maildir format All these providers are feature-complete, and provide
cryptographically secure access where relevant.