Skip to content

Commit fc50600

Browse files
committed
Load x-gzip64 decoder before processing emails
1 parent 3ce00fd commit fc50600

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/import_mails

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
require 'optparse'
44
require 'mail'
5+
require 'mail/encodings/x_gzip64'
56

67
BASE_DIR = Rails.root.join('tmp')
78

0 commit comments

Comments
 (0)