Compare commits
2 Commits
816d27cc28
...
5eb5f46b95
| Author | SHA1 | Date | |
|---|---|---|---|
| 5eb5f46b95 | |||
| 2c640125e8 |
Generated
+3
-3
@@ -3006,9 +3006,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/dompurify": {
|
||||
"version": "3.4.11",
|
||||
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.11.tgz",
|
||||
"integrity": "sha512-zhlUV12GsaRzMsf9q5M254YhA4+VuF0fG+QFqu6aYpoGlKtz+w8//jBcGVYBgQkR5GHjUomejY84AV+/uPbWdw==",
|
||||
"version": "3.4.12",
|
||||
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.12.tgz",
|
||||
"integrity": "sha512-zQvGet8Z2sWbQhCmfFz/T5QWH2oBmjnqK3qvOjaqaNLrLEF912WamU+ohnTp0TCep/MFVHpdJuCZEdFOdTnEFg==",
|
||||
"license": "(MPL-2.0 OR Apache-2.0)",
|
||||
"optionalDependencies": {
|
||||
"@types/trusted-types": "^2.0.7"
|
||||
|
||||
@@ -23,6 +23,17 @@ interface ProviderBaseInterface extends ResourceProviderBaseInterface{
|
||||
|
||||
public const JSON_TYPE = 'mail:provider';
|
||||
|
||||
/**
|
||||
* Reserved user identifier for system-owned mail services
|
||||
*
|
||||
* Services stored under this user id belong to the tenant itself rather
|
||||
* than any real user (e.g. accounts used to deliver system-generated
|
||||
* messages such as verification codes and password resets).
|
||||
*
|
||||
* @since 2026.07.01
|
||||
*/
|
||||
public const USER_SYSTEM = 'system';
|
||||
|
||||
/**
|
||||
* Finds a service that handles a specific email address
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user