-
Notifications
You must be signed in to change notification settings - Fork 936
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MIME::Types usage bug? #1039
Comments
We are also discussing whether memory usage can be improved. 70% of memory required by a default setup of mail is simply by the mime-types gem. mime-types/ruby-mime-types#123 It seems a pity that this gem is well engineered to be memory efficient and yet it's not possible to use it without a huge overhead which for 99% of cases probably isn't even relevant. |
Seems like it, but we support a wide range of mime-types versions. Can we limit it to specific versions only? |
Regarding the ruby code, have we checked that this is still a problem? What version of mime-types suffered this problem? I just saw this code when reviewing how |
mail/lib/mail/attachments_list.rb
Lines 97 to 100 in a217776
Seems like this shouldn't be necessary any more?
The text was updated successfully, but these errors were encountered: