commit 54eadcc658b93402bb6704273fb66c9c2b44f811
parent ff0a95583bac31abe84f0de8dfe8372a77950b5e
Author: Dan Callaghan <djc@djc.id.au>
Date: Tue, 19 Apr 2022 20:36:51 +1000
remove unneeded require 'net/imap'
It was accidentally introduced in commit 9b4d42a2.
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/lib/sup/rfc2047.rb b/lib/sup/rfc2047.rb
@@ -16,8 +16,6 @@
#
# This file is distributed under the same terms as Ruby.
-require 'net/imap'
-
module Rfc2047
WORD = %r{=\?([!\#$%&'*+-/0-9A-Z\\^\`a-z{|}~]+)\?([BbQq])\?([!->@-~ ]+)\?=} # :nodoc: 'stupid ruby-mode
WORDSEQ = %r{(#{WORD.source})\s+(?=#{WORD.source})}