Says it cannotmove to trash the selectedEmail
Opened a bug report as suggested for my last post for some issue
It was closed saying Beam is a third party application. Raise a ticket on their forum.
link given directed me to github
I do nothave a github account, since I am not a developer
The URL is GitHub - HaikuArchives/Beam: BEware, Another Mailer - an e-mail client for BeOS/Haiku and it certainly is on GitHub. You may need to sign up regardless of whether you develop code or not because HaikuPorts and HaikuArchives are hosted there. Submitting a bug on their issue tracker may be painless once you sign up but the mandatory 2-factor authentication is a pain.
One year later, this issue still remains un-resolved
Is Beam being actively developed?
A simple matter of deleting emails…function impossible
On the Haiku depot, it mentions Adrien Destuges as maintainer…that is pulkomandy…hope he does something so that unwanted emails can be deleted
He’s listed as maintainer for the period from 2016 to 2020.
(By the way …
The HaikuDepot maintainer field appears to be truncated, so on my screen here the last maintainer field is “2016-2020 Adrien Des…”, and that’s all she wrote. If there were a subsequent maintainer field, I guess that would be invisible.
pkgman info doesn’t include that info.)
Anyway, if the documentation that appears in HaikuDepot is up to date, it’s working as advertised. That’s what “Preliminary IMAP-support (fetches mails just as POP3 does)” means.
Maybe it actually does more than that. FYI, what it means to delete an email from IMAP is really a sequence of events.
set the \Deleted flag on the message
issue an EXPUNGE command that rewrites the folder without the delete-flagged messages. That’s a separate step because unlike other normal IMAP actions, it requires exclusive access to the folder, because if other clients had the folder open concurrently, they’d lose track of the indexing.
In your case, evidently, it also involves an intermediate step -
copy the message to another folder named Trash.
Since that operation is mentioned in the error message, it’s probably the first place to look. What if Beam is looking for a Trash folder and doesn’t see one? Does it have a list of folders somewhere? (if it does, then that documentation was definitely out of date.)
The main problem we have these software in HaikuArchives is that bugs reported are about native apps. Therefore there’s no reason to believe the port is responsible and filled them at Haikuports. But in HaikuArchives they have far less visibility.