Ross Smith II

Results 115 issues of Ross Smith II

The `overwrite` check here should be `not overwrite`: https://github.com/jeremyephron/simplegmail/blob/e48164525b4573b63f0ef9bbb467c5cee0afa348/simplegmail/attachment.py#L100-L105

Example usage: ```python from simplegmail import Gmail gmail = Gmail() # Unread messages in your inbox messages = gmail.get_unread_inbox() # Starred messages messages = gmail.get_starred_messages() # ...and many more easy...

This will speed up processing, as the code was defaulting to retrieving 100 messages. Now, it will retrieve 500 messages by default, unless the user specifies a lower amount via:...

This can work along with the [`maxResults`](https://github.com/jeremyephron/simplegmail/pull/64) property to see how many results there are without downloading them all: ``` gmail = Gmail() gmail.maxResults = 1 messages = gmail.get_messages(query='example') print("There...

Output: ```` identify -format "%w %x %h %y " "example.pdf" list index out of range WARNING: Could not execute identify to calculate DPI (try installing imagemagick?), so defaulting to 300dpi...

For example, the floppy and script files for the windows templates. I like `.windows` in the `template` folder.

Via https://technitium.com/tmac/help.html#q14 ?

http://appium.io/

https://www.elifulkerson.com/projects/index.php