Régis Hanol
|
ddb092f397
|
FIX: update mail gem to fix UTF-8 parsing issue
|
2018-04-25 21:53:37 +02:00 |
Guo Xiang Tan
|
c7c8f38eac
|
Use proper encoding for email fixtures.
|
2018-02-21 17:06:35 +08:00 |
Sam
|
e456ae1b6c
|
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
|
2018-02-16 07:04:22 +11:00 |
Guo Xiang Tan
|
498cc15aa9
|
Upgrade mail gem to drop dependency on `mime-types`.
Boot Memory Usage
```
Total allocated: 225695379 bytes (1990663 objects)
Total retained: 32795116 bytes (291607 objects)
```
```
Total allocated: 218342892 bytes (1897350 objects)
Total retained: 30123426 bytes (261198 objects)
```
|
2018-02-15 16:24:26 +08:00 |
Régis Hanol
|
185dcb2ca1
|
handle emails with localized headers 😠
|
2017-01-09 22:59:30 +01:00 |