lib/fde/mail_crawler.rb in fde-mail_crawler-0.2.1 vs lib/fde/mail_crawler.rb in fde-mail_crawler-0.3.1
- old
+ new
@@ -8,19 +8,21 @@
attr_accessor :address,
:port,
:domain,
:user_name,
:password,
+ :enable_ssl,
:authentication,
:enable_starttls_auto
def attributes
{
address: @address,
port: @port,
domain: @domain,
user_name: @user_name,
password: @password,
+ enable_ssl: @enable_ssl,
authentication: @authentication,
enable_starttls_auto: @enable_starttls_auto
}
end
end