thunderbird / thunderbird-android

Thunderbird for Android – Open Source Email App for Android (fka K-9 Mail)
https://thunderbird.net/mobile
Apache License 2.0
11.02k stars 2.51k forks source link

K9 Mail IMAP password length limit #8488

Closed gtellalov closed 2 weeks ago

gtellalov commented 2 weeks ago

Checklist

App

Thunderbird for Android

App version

8.0b5

Where did you get the app from?

F-Droid

Android version

HyperOS 1.0.10

Device model

Xiaomi Redmi 12S

Steps to reproduce

  1. Create a new account
  2. Fill in the IMAP password field with more than 25 characters (same for SMTP)
  3. The newest characters > 25 cause a shift in the password where characters from the beginning are cut

Expected behavior

Accepting passwords of unlimited length.

Actual behavior

Accepting only a 25 characters long passwords.

Logs

No response

ByteHamster commented 2 weeks ago

There is no length limit. You can just scroll to the left to see the beginning of the long password

gtellalov commented 2 weeks ago

Ah, it was the case with an older version and because moving the cursor doesn't scroll to the beginning of the line, but instead stops at the first visible character in the field, I assumed the problem was still there. I was able to scroll to the beginning of the line by sliding on the password itself and the password is indeed there.

Thank you for your help!