./net/ruby-net-smtp, Simple Mail Transfer Protocol client library for Ruby

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.5.0, Package name: ruby32-net-smtp-0.5.0, Maintainer: pkgsrc-users

Simple Mail Transfer Protocol client library for Ruby.


Master sites:

Filesize: 17.5 KB

Version history: (Expand)


CVS history: (Expand)


   2025-01-19 12:07:21 by Takahiro Kambe | Files touched by this commit (3)
Log message:
Fix build error with Ruby 3.4

Since these packages are bundled with Ruby 3.4.1 as bundled gem, so no need
to build these pacakges.
   2024-12-09 16:31:51 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
net/ruby-net-smtp: update to 0.5.0

pkgsrc change: do not restrict Ruby's version.

0.4.0 (2023-09-20)

What's Changed

* Adds Ruby 3.1 and 3.2 to the CI matrix. by @petergoldstein in #50
* Revert "Replace Timeout.timeout with socket timeout" by @hsbt in #51
* add Net::SMTP::Authenticator class and auth_* methods are separated from
  the Net::SMTP class. by @tmtm in #53
* fix typo by @tmtm in #54
* Add SMTPUTF8 support by @arnt in #49
* Fix: send_message() with recipients as array by @tmtm in #55
* Fixed issue sending emails to unaffected recipients on 53x error by @tmtm
  in #56
* Removed unnecessary Subversion keywords by @tmtm in #57
* refactor test code by @tmtm in #58
* The mailfrom method's arguments restored. by @tmtm in #59
* Bump actions/checkout from 3 to 4 by @dependabot in #60
* remove SMTPUTF8RequiredError by @tmtm in #61
* v0.4.0 by @tmtm in #62

New Contributors

* @petergoldstein made their first contribution in #50
* @arnt made their first contribution in #49

0.4.0.1 (2024-01-05)

* Renew test certificates

0.5.0 (2024-03-27)

What's Changed

* Allow case-insensitive strings for SASL mechanism by @nevans in #64
* Remove unused private auth_method by @nevans in #67
* Delegate checking auth args to the authenticator by @nevans in #73
* Make #auth_capable? public by @nevans in #63
* Updated docs, especially TLS and SASL-related by @nevans in #66
* Renew test certificates by @sorah in #75
* Fix version extraction to work with non ASCII characters with any LANG by
  @kateinoigakukun in #76
* Replace non-ASCII EM DASH (U+2014) with ASCII hyphen (U+002D) by
  @kateinoigakukun in #78
* Use reusing workflow for Ruby versions by @m-nakamura145 in #79
* Add XOAUTH2 authenticator by @mantas in #80
* Make the test suite compatible with --enable-frozen-string-literal by
  @casperisfine in #81
* version 0.5.0 by @tmtm in #82

New Contributors

* @sorah made their first contribution in #75
* @kateinoigakukun made their first contribution in #76
* @m-nakamura145 made their first contribution in #79
* @mantas made their first contribution in #80
* @casperisfine made their first contribution in #81
   2023-12-14 16:25:54 by Takahiro Kambe | Files touched by this commit (4)
Log message:
net/ruby-net-smtp: add version 0.3.

devel/ruby-redmine51 require net-imap gem version 0.3.3 but ruby31 bundles
0.3.1.  So, it add latest version of net-smtp gem 0.3.3 as ruby-net-smtp.

No version change from deleted ruby-net-pop pacakge.

Simple Mail Transfer Protocol client library for Ruby.
   2023-09-09 16:04:42 by Takahiro Kambe | Files touched by this commit (4) | Package removed
Log message:
net/ruby-net-smtp: remove package

* This package was kept only for devel/ruby-remdine50 on Ruby 3.0.

* Ruby 3.1 and 3.2 contains ruby-net-smtp as standard gem.
   2023-09-09 16:03:07 by Takahiro Kambe | Files touched by this commit (1)
Log message:
net/ruby-net-smtp: fix text in comment

This is not ruby-net-pop but ruby-net-smtp package.
   2023-05-30 17:10:17 by Takahiro Kambe | Files touched by this commit (1)
Log message:
net/ruby-net-smtp: drop support for ruby27
   2022-12-03 13:56:15 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
net/ruby-net-smtp: update to 0.3.3

pkgsrc change: Add PKG_SKIP_REASON if ruby*-base has the same version.

0.3.2 (2022-09-28)

* Make exception API compatible with what Ruby expects #42

0.3.3 (2022-10-29)

* No timeout library required #44
* Make the digest library optional #45
   2022-09-04 07:23:23 by Takahiro Kambe | Files touched by this commit (1)
Log message:
net/ruby-net-smtp: fix dependency lines