mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-20 22:23:53 +08:00
Added eas_server_host field
eas_server_host field added to allow for specifying the Exchange server if necessary.
This commit is contained in:
parent
9a6d51e595
commit
3d8bf1e199
1 changed files with 5 additions and 0 deletions
|
@ -38,6 +38,11 @@ Providers = [
|
|||
type: 'password'
|
||||
placeholder: 'Password'
|
||||
label: 'Password'
|
||||
}, {
|
||||
name: 'eas_server_host'
|
||||
type: 'text'
|
||||
placeholder: 'mail.company.com'
|
||||
label: 'Exchange server (optional)'
|
||||
}
|
||||
]
|
||||
}, {
|
||||
|
|
Loading…
Reference in a new issue