-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
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
Labels
No labels