lib/mayaml.rb in mayaml-3.0.1 vs lib/mayaml.rb in mayaml-4.0.0

- old
+ new

@@ -1,9 +1,9 @@ # encoding: utf-8 # frozen_string_literal: true -# Copyright (C) 2016 Szymon Kopciewski +# Copyright (C) 2017 Szymon Kopciewski # # This file is part of Mayaml. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -42,8 +42,9 @@ 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") + builder.smtp_server raw_account.fetch("smtp_server") end end end