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

Trim form fields #96

Merged
merged 2 commits into from
Mar 8, 2021
Merged

Trim form fields #96

merged 2 commits into from
Mar 8, 2021

Commits on Oct 13, 2020

  1. Trim white space

    Adding trimming to the following attributes:
    
    * SMTP server (smtpHost)
    * User Name (authentication/user)
    * SMTP Port (smtpHost)
    * Reply-To Address (replyToAddress)
    * Charset (charset)
    
    Also standardized the reference to Util.fixEmptyAndTrim
    
    Signed-off-by: Darin Pope <darin@planetpope.com>
    darinpope committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    56d20ea View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. change port field from textbox to number

    Signed-off-by: Darin Pope <darin@planetpope.com>
    darinpope committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    b1ea75a View commit details
    Browse the repository at this point in the history