Skip to content

Unable to login to Google Apps Account #5

@adam-g-pullen

Description

@adam-g-pullen

When attempting to login to at google apps account where the domain name is required after the "@" i.e. notarealemployee"@"finalconcept.com.au the IMapGmailConnection anyway appends "@google.com" to the username.

Maybe a better option would be to first check for the @ symbol in the username then if not present append the @google.com

If I am misusing the lib please let me know, thanks

store.connect(gmailImapHost, loginCredentials.getUsername()
                .concat(CommonConstants.GMAIL_EXTENTION),
                new String(loginCredentials.getPasword()));

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions