Name Description Size
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. 16147
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. 1694
email.mjs Email config footer. @type {HTMLElement} 46372
start.mjs global gSync 4517