- {{ t('mail', 'Please enter an email of the format name@example.com') }}
-
+ type="password"
+ :label="t('mail', 'Password')"
+ :required="!hasPasswordAlternatives"
+ @change="clearFeedback" />
- {{ t('mail', 'None') }}
+ id="auto-classification-enabled"
+ v-model="classificationEnabled"
+ :disabled="loading">
+ {{ t('mail', 'Enable mark as important classification') }}
-
+
+
+
- {{ t('mail', 'SSL/TLS') }}
-
-
+
+ {{ t('mail', 'Please enter an email of the format name@example.com') }}
+
+
+
{{ t('mail', 'IMAP Settings') }}
+
+
+
+
+ {{ t('mail', 'None') }}
+
+
+ {{ t('mail', 'SSL/TLS') }}
+
+
+ {{ t('mail', 'STARTTLS') }}
+
+
+
+
+
+
+
{{ t('mail', 'SMTP Settings') }}
+
- {{ t('mail', 'STARTTLS') }}
+ required
+ @change="unsyncCredentials" />
+
+
+
+ {{ t('mail', 'None') }}
+
+
+ {{ t('mail', 'SSL/TLS') }}
+
+
+ {{ t('mail', 'STARTTLS') }}
+
+
+
+
+
+
+ {{ t('mail', 'Enable mark as important classification') }}
-