Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix use imap username for smtp #253

Merged

Commits on Mar 25, 2023

  1. Use the entered IMAP credentials instead of the default value

    When the option 'Use IMAP Credentials' is active for the SMTP server settings,
    it would not use what the user entered in the IMAP credentials field. Instead,
    it would use the default value for the username, which was the e-mail address.
    
    This change ensures that the SMTP username matches the IMAP username whenever
    that setting is used.
    Stan Janssen authored and stan-janssen committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    c3ac6af View commit details
    Browse the repository at this point in the history
  2. Sync the text for the SMTP username to the IMAP username

    This is a minor improvement that syncs the value of the SMTP username field to
    the input of the IMAP username field as long as the 'Use IMAP Credentials'
    option is active.
    stan-janssen committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    30a605e View commit details
    Browse the repository at this point in the history