软件包:ruby-mail(2.7.1+dfsg1-2)
ruby-mail 的相关链接
Debian 的资源:
下载源码包 ruby-mail:
- [ruby-mail_2.7.1+dfsg1-2.dsc]
- [ruby-mail_2.7.1+dfsg1.orig.tar.gz]
- [ruby-mail_2.7.1+dfsg1-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
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.
其他与 ruby-mail 有关的软件包
|
|
|
|
-
- dep: ruby
- Interpreter of object-oriented scripting language Ruby (default version)
- 或者 ruby-interpreter
- 软件包暂时不可用
-
- dep: ruby-mini-mime
- Lightweight mime type implementation