deltachat / mailadm

mail account administration tool for temporary and other account creation/modification
https://mailadm.readthedocs.io/
Mozilla Public License 2.0
14 stars 1 forks source link

receive emails from non-delta users (usually support requests) #100

Closed missytake closed 1 year ago

missytake commented 1 year ago

Normal mails don't reach the bot so far, therefore support requests by non-delta users get lost.

This PR enables the bot to receive and handle non-delta messages.

I wonder if there is any reason that bots have show_emails = 0 as a default, maybe this should be added to https://github.com/deltachat/deltachat-core-rust/pull/3843 as well.

Simon-Laux commented 1 year ago

I wonder if there is any reason that bots have show_emails = 0 as a default

not only bots have this the apps have this as default too, and I think that it is bad and we should change it.

maybe this should be added to https://github.com/deltachat/deltachat-core-rust/pull/3843 as well.

but not in that pr, to change the default and make it good a bit more work is required.

missytake commented 1 year ago

I wonder if there is any reason that bots have show_emails = 0 as a default

not only bots have this the apps have this as default too, and I think that it is bad and we should change it.

I tend to agree on all 3 levels, mailadm, bots in general, and apps in general :) but this is a discussion for an in-person meeting or the forum I guess