How to pull attachments for emails
- Dominant language
- R
- Stars
- 368
- Forks
- 58
- Avg merge
- 1h 42m
- Merged PRs (30d)
- 4
Description
I have looked at the code and I apologise as I am nowhere near your guys level - but I can't see an easy way to read/pull of emails based on either the system date or the subject name of the email or based on both factors.
For example, if I got an email yesterday and I wanted to pull it off as it always has the same name, I want to use sys.date(-1) and then something like subject_name="KPI Data" but I can't see this functionality despite being hinted.
Secondly, if I recieved a series of data i.e. today with SW KPI1 then another email with SW KPI2 and they both had an attachment, I can't see a way to state pull any attachments based on this date, for this email subjects into R and name it as the folder pulled in from.
I might be wrong but I feel like the functionality is there and I cannot see it?
Contributor guide
Research direction
Start by reviewing the existing email and attachment retrieval entry points and documentation in Microsoft365R. Check whether messages can be filtered by date and subject and whether attachments can be downloaded and named by their source folder. Done means the requested filtering and attachment retrieval behavior is clearly supported or its required API design is specified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- r
- Domain
- api
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100