Ability to fetch only certain components instead of entire message?
See original GitHub issueFetching messages is great, but sometimes I only want certain parameters, and it seems like a waste to download the entire message if I only want a few parameters. It’s also much faster to only download say, the subject, instead of the entire message if I’m only interested in the subject.
Does imap_tools support only fetching certain parameters for speed purposes?
I ideally would want the equivalent of:
a = mailbox.box.uid('fetch', "$UIDS", "BODY.PEEK[HEADER.FIELDS (SUBJECT)]")
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (6 by maintainers)
Top Results From Across the Web
Things You Should Know When Fetching Data for React ...
1. The Fetch-API. The Fetch API is a simplified promise-based interface for fetching data. Also, Fetch API is easier to use in ...
Read more >How to fetch data in React with performance in mind
React lifecycle and data fetching Only after Parent's isLoading state changes to false , will the rendering and all other effects be triggered ......
Read more >How to Use the Fetch API (Correctly) - CODE Magazine
Navigate into the folder Samples-WebAPI and load that folder in Visual Studio Code or Visual Studio 2019. Open the appsettings.json file and ...
Read more >A comprehensive guide to data fetching in React
There is a variety of ways to fetch data in React, including using the inbuilt Fetch API, Axios, and more. We'll go over...
Read more >How to Fetch Data in React: Cheat Sheet + Examples
There are many ways to fetch data from an external API in React. ... We will not only cover how to fetch data,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You’re right. The speed is the same and I was confused from a different call. I’m going to go ahead and close this issue. Thanks for the help.
And thank you, together we can do more )