class Net::SMTP::AuthXoauth2
def auth(user, secret)
def auth(user, secret) token = xoauth2_string(user, secret) finish("AUTH XOAUTH2 #{base64_encode(token)}") end
def auth(user, secret) token = xoauth2_string(user, secret) finish("AUTH XOAUTH2 #{base64_encode(token)}") end