Added another POP3 warning

This commit is contained in:
M66B 2021-04-12 18:41:33 +02:00
parent 076b576f9d
commit c4b7a8a855
2 changed files with 13 additions and 1 deletions

View File

@ -26,6 +26,17 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<eu.faircode.email.FixedTextView
android:id="@+id/tvPopSent"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="12dp"
android:text="@string/title_pop_sent"
android:textAppearance="@style/TextAppearance.AppCompat.Small"
android:textColor="?attr/colorWarning"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/tvPopSupport" />
<eu.faircode.email.FixedTextView
android:id="@+id/tvPopWarning"
android:layout_width="wrap_content"
@ -35,7 +46,7 @@
android:textAppearance="@style/TextAppearance.AppCompat.Small"
android:textColor="?attr/colorWarning"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/tvPopSupport" />
app:layout_constraintTop_toBottomOf="@id/tvPopSent" />
<eu.faircode.email.FixedTextView
android:id="@+id/tvHost"

View File

@ -758,6 +758,7 @@
<string name="title_backoff_until">Waiting after failure until: %1$s</string>
<string name="title_storage_quota">Server storage usage: %1$s/%2$s</string>
<string name="title_pop_support">The POP3 protocol supports downloading and deleting messages from the inbox only. POP3 cannot mark messages as read, move messages, etc. POP3 will use more battery power and data than IMAP. So, consider using the IMAP protocol whenever possible.</string>
<string name="title_pop_sent">If your device is lost or stolen, sent messages might be lost.</string>
<string name="title_pop_warning">If a POP3 server does not support the UIDL command, the data usage might be high. So, adjust the poll frequency below accordingly.</string>
<string name="title_pop_folders">The POP3 protocol does not support creating folders</string>
<string name="title_oauth_support">OAuth is not supported</string>