Fixed POP3 OAuth password length

master
M66B 4 weeks ago
parent 649b71fdea
commit cd1cc94b8a

@ -290,6 +290,7 @@
android:layout_height="wrap_content"
android:autofillHints="password"
android:inputType="textPassword"
android:maxLength="20000"
android:textAppearance="@style/TextAppearance.AppCompat.Medium" />
</com.google.android.material.textfield.TextInputLayout>

Loading…
Cancel
Save