mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 11:21:03 +03:00
[Feature Request] Create card from remote IMAP folder #79
Reference in New Issue
Block a user
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?
Originally created by @johnchristopher on GitHub (Mar 20, 2021).
Some ticketing system can pull messages from some remote IMAP folder and turn them into tickets.
I'd like a way to turn a message in a remote IMAP folder into a card. It could be done from the UI, per user or like opensupport does: you curl an API endpoint on opensupports and then it fetches all messages from an IMAP folder, assign the To: field from the mail to a user, the body to the ticket message.
Attachments of the mail could be downloaded as attachments to the card.
The UI and the UX should be discussed because there are many user scenarios for a functionality like that.
If you are planning to have an API to interact with planka it could be integrated into that.
@nickbe commented on GitHub (Mar 21, 2021):
The idea to interact with mailboxes is already on the list for a long time now. But it is still not really clear how this would be done best. I don't like the way others do this because it results either in spam or in a mechanism which is too close to a mail client. As soon as we find something completely different it will be something to implement.