I'm trying to fetch email containing a certain keyword from my INBOX folder in my .iCloud account. Now the problem is that I only get some emails back, not all that should show up (e.g. If I search for the same keyword in my mail application I get 50 results, whereas my python script only gets 8). Im using the code from here: https://imapclient.readthedocs.io/en/2.2.0/
I'm trying to fetch email containing a certain keyword from my INBOX folder in my .iCloud account. Now the problem is that I only get some emails back, not all that should show up (e.g. If I search for the same keyword in my mail application I get 50 results, whereas my python script only gets 8). Im using the code from here: https://imapclient.readthedocs.io/en/2.2.0/