lavr / python-emails

Modern python library for emails
http://python-emails.readthedocs.org
Other
405 stars 54 forks source link

Unique filenames are not correctly created #146

Closed mck9 closed 4 years ago

mck9 commented 4 years ago

Filenames were not created with unique filename if more than 2 files had the same name.

e.g were created as: a/a.jpg -> a.jpg b/a.jpg -> a-2.jpg c/a.jpg -> a-2.jpg

I made a pull request #145 for the issue

lavr commented 4 years ago

PR #145 merged Thank you, @mck9 !