lib/mayaml.rb in mayaml-2.0.1 vs lib/mayaml.rb in mayaml-3.0.0
- old
+ new
@@ -38,8 +38,11 @@
builder.server raw_account.fetch("server")
builder.port raw_account.fetch("port")
builder.user raw_account.fetch("user")
builder.pass raw_account.fetch("pass")
builder.mailboxes raw_account.fetch("mailboxes", [])
+ builder.smtp_protocol raw_account.fetch("smtp_protocol")
+ builder.smtp_port raw_account.fetch("smtp_port")
+ builder.smtp_authenticator raw_account.fetch("smtp_authenticator")
end
end
end