You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Less of an issue, more a suggestion. I feel it would be a great addition to make some way to pull only a certain number of emails from the inbox, as opposed to all of them. When your inbox is full, it takes quite a while for it to gather all the content.
As a solution, I feel it would be best to make gmail.read() iterable. e.g. gmail.read()[2] would get you the latest 2 emails in your inbox, and so on.
If there is a way to do this, then ignore me or add it to the documentation (I've put pushes on my feed). Overall though, very useful package; 10/10 👍 :)
The text was updated successfully, but these errors were encountered:
Hi @voidarclabs! Thank you for the precious suggestion, I did not think about this case. As soon as I have some free time I will find a solution, or, if you want to contribute, feel free to do so.
Hi! Less of an issue, more a suggestion. I feel it would be a great addition to make some way to pull only a certain number of emails from the inbox, as opposed to all of them. When your inbox is full, it takes quite a while for it to gather all the content.
As a solution, I feel it would be best to make
gmail.read()
iterable. e.g.gmail.read()[2]
would get you the latest 2 emails in your inbox, and so on.If there is a way to do this, then ignore me or add it to the documentation (I've put pushes on my feed). Overall though, very useful package; 10/10 👍 :)
The text was updated successfully, but these errors were encountered: