Implement Mailinglist support #11
Labels
No labels
bug
enhancement
good first issue
halted
help wanted
security
wait for upstream
wait to be tested
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: b3yond/ticketfrei#11
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Author: @b3yond Posted at: 05.01.2018 11:13
If someone writes a mail to a certain mail address (and it matches the keywords), it should be retweeted to twitter & mastodon.
If someone mentions the bot on twitter/mastodon, it should be written to a certain mail address (probably a mailing list).
Author: @b3yond Posted at: 05.01.2018 13:08
There needs to be a way to parse HTML messages into normal text which we can use in tweets & toots.
Author: @b3yond Posted at: 05.01.2018 13:14
mailbot.Mailbot.listen() can't yet parse Dates out of E-Mails sent by the sendmail.Mailer.send()
it should not parse its own E-Mails anyway, but if it has to at some point, we should make sure that the sendmail.Mailer.send() adds a Date to the header.
Author: @b3yond Posted at: 05.01.2018 16:18
Right now the Mailbot is functional, but can't be started together with the two other bots via ticketfrei.py.
maybe we should do that with a database already, like proposed in #12 - how it currently works in ticketfrei.py only really works with two bots, not with 3. (I think, I'm pretty tired, correct me if I'm wrong)
There is also still the issue that the email address of the sender should be stripped before putting it out on mastodon & twitter.