文件名称:postmark-mitt:用于将JSON从Postmark的传入电子邮件api组合回对象的小库
文件大小:11KB
文件格式:ZIP
更新时间:2024-06-06 21:03:24
Ruby
邮戳米特 警告:请谨慎使用垃圾软件 这个gem提供了一个小包装对象,用于从Postmark的传入电子邮件系统中获取JSON并将其重新组合成类似于电子邮件的对象。 当您试图弄清楚如何处理电子邮件时,这非常方便。 Postmark-mitt已通过验证可在Ruby Enterprise Edition 1.8.7、1.9.2和1.9.3上使用。 安装 gem install postmark - mitt 示例 require 'lib/postmark_mitt' # if you are just playing with this library email = Postmark :: Mitt . new ( File . read ( "path/to/json/file/in/spec/fixtures" )) # if you are doing this in a con
【文件预览】:
postmark-mitt-master
----Rakefile(1KB)
----LICENSE(1KB)
----README.rdoc(2KB)
----Gemfile(170B)
----VERSION(6B)
----spec()
--------spec_helper.rb(504B)
--------fixtures()
--------postmark()
----.gitignore(33B)
----postmark-mitt.gemspec(2KB)
----lib()
--------postmark-mitt.rb(24B)
--------postmark_mitt.rb(123B)
--------postmark()