Skip to content
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

[Bots/Files] Read file attachments from bots #766

Closed
jstanden opened this issue Sep 18, 2018 · 6 comments
Closed

[Bots/Files] Read file attachments from bots #766

jstanden opened this issue Sep 18, 2018 · 6 comments
Assignees
Projects
Milestone

Comments

@jstanden
Copy link
Owner

No description provided.

@jstanden jstanden created this issue from a note in Roadmap Notes (To do) Sep 18, 2018
@jstanden jstanden removed this from To do in Roadmap Notes Jun 14, 2019
@jstanden jstanden added this to To do in 9.4 via automation Jun 14, 2019
@jstanden jstanden added this to the 9.4 milestone Jun 15, 2019
@jstanden jstanden self-assigned this Jun 15, 2019
@jstanden jstanden modified the milestones: 9.4, 10.0 Dec 11, 2019
@jstanden jstanden removed this from To do in 9.4 Dec 11, 2019
@jstanden jstanden added this to To do in 10.0 via automation Dec 11, 2019
@Hildy
Copy link
Collaborator

Hildy commented Apr 9, 2020

I assume this would carry along with it the ability to look at attachment properties (e.g file size); there's a customer that wants to have a custom field on a ticket showing the cumulative attachment size.

@jstanden
Copy link
Owner Author

jstanden commented Apr 9, 2020

You should be able to read the size from attachment records now. If that's not in the model we could add it. This issue was specific to parsing the raw file content.

@beatbesmer
Copy link
Contributor

beatbesmer commented Jul 14, 2020

We're interested too. To know the origin message to which a bounce is referring to, we need to read the content of the attached original- message (.txt). Some bounces, we'd like to reject directly, so it would be useful to have this "read file attachments" also in the "filter incomming message" behavior available

@jstanden
Copy link
Owner Author

Hi @beatbesmer! Agreed, that would be very useful.

Reading the file contents from a bot action would be easy -- we just need to make sure to respect privacy/permissions based on the actor (worker, bot). For that reason, we can't just add an expansion key like content in the dictionaries for attachments.

This request comes up a lot for many interesting workflows (vCard->contact, iCalendar, etc).

We'll get it implemented.

@jstanden jstanden modified the milestones: 10.0, 9.6 Jul 14, 2020
@jstanden jstanden removed this from To do in 10.0 Jul 14, 2020
@jstanden jstanden added this to To do in 9.6 via automation Jul 14, 2020
@jstanden jstanden removed this from To do in 9.6 Aug 22, 2020
@jstanden jstanden added this to To do in 10.0 via automation Aug 22, 2020
@jstanden jstanden modified the milestones: 9.6, 10.0 Aug 22, 2020
@beatbesmer
Copy link
Contributor

Just another case, which could profit of this function:
Customers transmit many original Mail messages as attachment, where we've to read some Debugging IDs (a header value) of the Mails (to Report false / positive or non-tagged Spam for example to the developer of the Scanner used). Currently we've to open and extract this value from every Single attachment manually. A bot could read them all at once easily. So we're looking forward to 10.0

@jstanden jstanden modified the milestones: 10.0, 10.1 May 27, 2021
@jstanden jstanden removed this from To do in 10.0 Jul 1, 2021
@jstanden jstanden modified the milestones: 10.1, 10.2 Sep 15, 2021
@jstanden
Copy link
Owner Author

Implemented in 10.2!

@jstanden jstanden added this to To do in 10.2 via automation Nov 19, 2021
@jstanden jstanden moved this from To do to Done in 10.2 Feb 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
10.2
Done
Development

No branches or pull requests

3 participants