initial commit from appmail

This commit is contained in:
Adam Cooke
2017-04-19 13:07:25 +01:00
parent a3eff53792
commit 2fdba0ceb5
474 changed files with 51228 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
structure :delivery do
basic :id
basic :status
basic :details
basic :output, :value => proc { o.output&.strip }
basic :sent_with_ssl, :value => proc { o.sent_with_ssl == 1 }
basic :log_id
basic :time, :value => proc { o.time&.to_f }
basic :timestamp, :value => proc { o.timestamp.to_f }
end