ruby-net-imap
Ruby client api for Internet Message Access Protocol
Net::IMAP
implements Internet Message Access Protocol (IMAP) client functionality. The protocol is described in IMAP.
- Versions: 0.3.4
- Website: https://github.com/ruby/net-imap
- Licenses: FreeBSD
- Package source: gnu/packages/ruby.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of ruby-net-imap
as follows:
guix install ruby-net-imap
Or install a particular version:
guix install ruby-net-imap@0.3.4
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of ruby-net-imap about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/ruby-net-imap'><img src='https://packages.guix.gnu.org/packages/ruby-net-imap/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[![Version in GNU Guix](https://packages.guix.gnu.org/packages/ruby-net-imap/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/ruby-net-imap)
Example Org:
[[https://packages.guix.gnu.org/packages/ruby-net-imap][https://packages.guix.gnu.org/packages/ruby-net-imap/badges/latest-version.svg]]