| address-book.mjs |
To some extent this is an extension of AddressBookLogin from the
address-book-remote-account-form.
@typedef {object} RemoteAddressBookState
@property {string} username - Username to log in to the address book with
@property {string} server - The URL or domain of the server the address book
is stored on.
@property {string} [password] - If the address book server doesn't use oauth,
the password to login.
@property {boolean} [rememberPassword] - If the password should be stored.
|
17958 |
- |
| container.mjs |
Custom Element containing the main account hub dialog. Used to append the
needed CSS files to the shadowDom to prevent style leakage.
NOTE: This could directly extend an HTMLDialogElement if it had a shadowRoot.
|
2013 |
- |
| email.mjs |
Error thrown when autodiscovery needs credentials before it can continue.
|
81178 |
- |
| start.mjs |
global gSync |
4518 |
- |