Implement Mailinglist support #11

Closed
opened 2019-06-10 09:41:09 +00:00 by b3yond · 3 comments

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 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).
b3yond added this to the Multi-instance deployment milestone 2019-06-10 09:41:09 +00:00

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: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 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.

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.
Sign in to join this conversation.
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: juergen/ticketfrei#11
There is no content yet.