# File lib-plugins/yapra/plugin/publish/gmail.rb, line 23 def create_imap server, port, usessl Net::IMAP.new('imap.gmail.com', 993, true) end