lib/mail/encodings/unix_to_unix.rb in mail-2.7.1.rc1 vs lib/mail/encodings/unix_to_unix.rb in mail-2.7.1

- old
+ new

@@ -12,8 +12,9 @@ [str].pack("u") end Encodings.register(NAME, self) Encodings.register("uuencode", self) + Encodings.register("x-uue", self) end end end