ruby-mail 2.8.1+dfsg1-2 source package in Ubuntu

Changelog

ruby-mail (2.8.1+dfsg1-2) unstable; urgency=medium

  * Team upload
  * Reupload to unstable
  * Drop obsolete X{S,B}-Ruby-Versions fields
  * Switch to ${ruby:Depends} for ruby dependencies

 -- Pirate Praveen <email address hidden>  Wed, 14 Jun 2023 20:50:14 +0530

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
ruby
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe ruby
Noble release universe ruby
Mantic release universe ruby

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-mail_2.8.1+dfsg1-2.dsc 2.0 KiB 07bb5537887d031c43e80f88df9c7c34b75ef745300aeb84026767a64884636c
ruby-mail_2.8.1+dfsg1.orig.tar.gz 606.8 KiB 946eedf05936e0b8b4c9151c373634fd52f4277c49604405581a9a9eebf36a5d
ruby-mail_2.8.1+dfsg1-2.debian.tar.xz 4.8 KiB 6153f0ef6dadbab9887d537c0f64383af7594eace1095975ce32936dbc3e53ed

Available diffs

No changes file available.

Binary packages built by this source

ruby-mail: Ruby library to handle email generation, parsing and sending

 The purpose of this library is to provide a single point of access to
 handle all email functions, including sending and receiving
 emails. All network type actions are done through proxy methods to
 Net::SMTP, Net::POP3 etc.
 .
 Built from experience with TMail, it is designed to be a pure ruby
 implementation that makes generating, sending and parsing emails a no
 brainer.
 .
 Finally, Mail has been designed with a very simple object oriented
 system that really opens up the email messages you are parsing, if
 you know what you are doing, you can fiddle with every last bit of
 your email directly.