feat(mail): define standard IMAP folder mappings
This commit is contained in:
@@ -3529,6 +3529,16 @@
|
||||
justify-content: flex-end;
|
||||
margin-top: 12px;
|
||||
}
|
||||
.mail-server-folder-mappings {
|
||||
display: grid;
|
||||
gap: 10px;
|
||||
border-top: var(--border-line);
|
||||
padding-top: 14px;
|
||||
}
|
||||
.mail-server-folder-mappings-heading {
|
||||
display: grid;
|
||||
gap: 3px;
|
||||
}
|
||||
.mail-server-folder-field {
|
||||
align-items: stretch;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user