ruby-mail 2.7.1+dfsg1-1.1 source package in Ubuntu

Changelog

ruby-mail (2.7.1+dfsg1-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Mon, 28 Dec 2020 13:45:15 +0100

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
Kinetic release universe ruby
Jammy release universe ruby

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-mail_2.7.1+dfsg1-1.1.dsc 2.1 KiB 239386f9a0529786ab4964a45edf9abc9d80881b588b65d17ea83cb1de267445
ruby-mail_2.7.1+dfsg1.orig.tar.gz 610.6 KiB 8b0c6220d960d8b435b50e6d4617c39f3b19135c13c1642fd77fe333fd054959
ruby-mail_2.7.1+dfsg1-1.1.debian.tar.xz 3.7 KiB da449704e170bdf25cb0ecda763f9de55b5aee7bcf96dc5405de7afe07bb96f9

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.