-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suggestion: Mails to multiple players (to/cc/bcc), add contacts book, named mailing lists #3
Comments
👍 that was all planned in the beginning (including sending "packages/items" as attachments) I'll implement some of those things for sure when i have some time and motivation again, in the mean-time: feel free to submit PR's if you aren't bored with minetest already 🤣 |
Yeah, I got to take a look at this because I wondered about a better server-news (which I also didn't actually try yet). Thought about only showing to players when there are updates, per-player settings, separating updates so it's not one big document etc. until the idea got indistingushably close to mailing lists. 😄 |
FYI: I started to play around on https://gitlab.fachschaften.org/peternerlich/mail_mod/-/tree/cc-bcc. That code is not tested yet, maybe it barfs immediately. |
Nice! Ping me up when it is more or less stable, i'm willing to test and merge that 👍 |
Having finished implementing frequent contacts, I wondered about how to best set up mailing lists. I think they should be usable just like the usernames in to/cc/bcc, so I put this into
I split this off on second thought, this is something for the later mailing list mod:
And nope, after revisiting the checkpoints above I like my previous idea of only having global mailinglists be programmable in more detail better after all. I would appreciate your input on this format or anything else regarding the paragraph. Do you think this would be a good and intuitive format? Do you maybe have an idea that might work even better? |
The 2nd paragraph sounds better IMO
I'm unsure if the privilege is really needed, if someone really wants to spam he could easily use the chat for that, using mailing lists is more clicking and setting things up so it might not be an inutitive tool for mass-spamming. Your ideas are pretty cool, i'm having trouble keeping the web-client up-to date with the current mod functionality 😉 |
I have not yet tried the mod, but read a big part of its source code. I am just running my thoughts here, maybe this is not needed at all - in which case you should probably wait until I loose interest or do a pull request myself
As I currently understand it, each player can specify the recipient via just a plain text field. I think it would be nice to be able to choose players (and not just one) from a list, especially if the name is complicated and you often write back and forth without continuing old threads. This could be implemented by splitting the form input by every occourence of
,
(comma), and removing leftover spaces and then sending the mail to all of the mentioned. The next step could be adding CC and BCC fields (everyone in all fields gets send the mail, but only TO and CC fields get sent with the mail).Then, it would make sense to add a contacts book that automatically adds players you write to and maybe has a "frequent contacts" section for convenience.
Here mailing lists would be nice. I am not sure what the official meaning of that is, I have seen two types: merely names, shorthands, for a collection of contacts and a mechanism on the server that people can subscribe to, to get every mail sent to the lists address. I speak of the former, but I want to have the latter, too - as a separate mod using the api. How to distinguish lists from player names? By prepending
@
, but I would like to distinguish between lists a player made in his contacts and playerless lists (registered by mods etc.) and am unsure how to best do this.Anyway, summary of thoughts:
The text was updated successfully, but these errors were encountered: