ruby-mail 2.6.3+dfsg1-1 source package in Ubuntu

Changelog

ruby-mail (2.6.3+dfsg1-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
  * debian/copyright: fix Files-Excluded field
  * Dropped patches, all issues fixes upstream
  * Update packaging with a new dh-make-ruby run

 -- Antonio Terceiro <email address hidden>  Tue, 22 Sep 2015 15:08:42 -0300

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
Xenial release universe ruby

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-mail_2.6.3+dfsg1-1.dsc 2.1 KiB 6f3d4cff674ee2220b006b2831162ef80e4e7ea98f55df006c4596601bb4dda3
ruby-mail_2.6.3+dfsg1.orig.tar.gz 520.9 KiB b6c757d64818f4168813b9df0b86557f9a6b9df8e6bd5ac3df8dd7cad8386a96
ruby-mail_2.6.3+dfsg1-1.debian.tar.xz 3.5 KiB 3bd3a019580291c6c1c7701d968bb431f7c46d655997aa95d2fcfe97e07333f4

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.