deltachat / deltachat-core-rust

Delta Chat Rust Core library, used by Android/iOS/desktop apps, bindings and bots 📧
https://delta.chat/en/contribute
Other
670 stars 84 forks source link

GitHub and GitLab notifications are received as read-only mailing lists and cannot be replied to #3708

Open anaskaejdar opened 2 years ago

anaskaejdar commented 2 years ago
adbenitez commented 2 years ago

@anaskaejdar, please, don't report DeltaLab issues here, only report here stuff you have tested on the official app, deltalab issues should go to https://github.com/adbenitez/deltalab-android/issues

in this case the issue is that Delta Chat doesn't support replies in that github mailing lists because it is message-based and don't have a List-Post header, deltalab displays "channels" for mailing list you don't have write access and "super group" to discussion mailing lists, instead of "mailing list" that is shown by official client, both apps don't support writing to GitHub threads at the moment

link2xt commented 2 years ago

Except for terminology (channel vs mailing list), having an option to reply to GitHub threads would be nice.

anaskaejdar commented 2 years ago

I apologize for the terminology. I didn't know what would be the preferred terminology in english, because DC translates it — both channels and supergroups are called «لیست ایمیل» for me in DC. But DL doesn't translate them, so I see them called “channel” and “supergroup.”

Tangentially: I see DC has transifex. Does DL also have one?

adbenitez commented 2 years ago

Tangentially: I see DC has transifex. Does DL also have one?

no, but you can create a Pull Request in the DeltaLab repo editing the corresponding res/values-LANG/string.xml file adding the missing values from res/values/strings.xml

adbenitez commented 4 days ago

Except for terminology (channel vs mailing list), having an option to reply to GitHub threads would be nice.

wouldn't the "reply privately" option not work in that case?? looks like it should out of the box unless we are doing something wrong in the "reply privately" implementation, it is a quote-reply to a message and should be similar to when the user click the reply button, maybe the mail subject is the problem, DC should put Re: ORIGINAL-SUBJECT as usual