Bug 437503 - Program gave error message by trying to send an Test E-Mail and i didn't understand what the problem would be.
Summary: Program gave error message by trying to send an Test E-Mail and i didn't unde...
Status: RESOLVED NOT A BUG
Alias: None
Product: trojita
Classification: Applications
Component: IMAP (other bugs)
Version First Reported In: 0.7
Platform: Android Android 11.x
: NOR normal
Target Milestone: ---
Assignee: Trojita default assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-05-22 13:50 UTC by Edward Adams
Modified: 2021-05-23 10:49 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Edward Adams 2021-05-22 13:50:21 UTC
OBSERVED RESULT
APPEND failed: folder does not exist

EXPECTED RESULT
Something like "Successfully send"

SOFTWARE/OS VERSIONS
Windows: -
macOS: -
Linux/KDE Plasma: Termux X11 Packages XFCE4/Android 11
KDE Plasma Version: -
KDE Frameworks Version: -
Qt Version: Newest

ADDITIONAL INFORMATION
Comment 1 Jan Kundrát 2021-05-23 07:52:55 UTC
There's no "Trojita for Android". Are you somehow using the desktop version on a touchscreen platform by chance? That's not gonna work well, I think.

Anyway, the error that you're seeing is because in the Settings, the outgoing e-mail is configured to be saved into a mailbox folder before it gets actually submitted for delivery. If a mailbox named "Sent" doesn't exist, it will fail. Note that this is a "raw IMAP name", so if you have, say, all your mailboxes "below" INBOX, the name could be something like "INBOX.Sent" or "INBOX/Sent Items", etc. There's no GUI picker for that I'm afraid.
Comment 2 Edward Adams 2021-05-23 10:49:46 UTC
(In reply to Jan Kundrát from comment #1)
> There's no "Trojita for Android". Are you somehow using the desktop version
> on a touchscreen platform by chance? That's not gonna work well, I think.
> 
> Anyway, the error that you're seeing is because in the Settings, the
> outgoing e-mail is configured to be saved into a mailbox folder before it
> gets actually submitted for delivery. If a mailbox named "Sent" doesn't
> exist, it will fail. Note that this is a "raw IMAP name", so if you have,
> say, all your mailboxes "below" INBOX, the name could be something like
> "INBOX.Sent" or "INBOX/Sent Items", etc. There's no GUI picker for that I'm
> afraid.

I use Termux's X11 Xfce4 gui (unix like). Termux is an App on Android. Anyways thanks for your reply!