Email Receiving POP3/IMAP

Thanks for the fast reply. I do actually use name@example.com notation:

def download_one_message do
   Pop3mail.download(%{"username" => "name@example.com", "password" => "wicket_strong_pw", "server" => "server.example.com", "max" => 1, "port" => 110, "ssl" => false})
end