Revert "Upgrade mail gem to drop dependency on mime-types."

This reverts commit 498cc15aa9.

Noticed a certain amount of extra allocations due to this upgrade,
reverting to confirm if this is the case
This commit is contained in:
Sam
2018-02-16 07:04:22 +11:00
parent 32e8cef0ad
commit e456ae1b6c
7 changed files with 126 additions and 124 deletions

7
.gitattributes vendored
View File

@@ -1,14 +1,11 @@
# Set default behaviour, in case users don't have core.autocrlf set.
* text=auto
# Treat email fixtures as binary files so CRLF are not converted to LF.
*.eml binary
# Explicitly declare text files we want to always be normalized and converted
# Explicitly declare text files we want to always be normalized and converted
# to native line endings on checkout.
*.yml text
# Custom for Visual Studio, very unlikely, but lets keep it
# Custom for Visual Studio, very unlikely, but lets keep it
*.cs diff=csharp
*.sln merge=union
*.csproj merge=union