| Summary: | Program gave error message by trying to send an Test E-Mail and i didn't understand what the problem would be. | ||
|---|---|---|---|
| Product: | [Applications] trojita | Reporter: | Edward Adams <kelolo3063> |
| Component: | IMAP | Assignee: | Trojita default assignee <trojita-bugs> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 0.7 | ||
| Target Milestone: | --- | ||
| Platform: | Android | ||
| OS: | Android 11.x | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Edward Adams
2021-05-22 13:50:21 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. (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! |