Procházet zdrojové kódy

Incoming emails may cause "invalid byte sequence" error depending on the default external encoding, due to r18317 (#31549).


git-svn-id: http://svn.redmine.org/redmine/trunk@18544 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/4.1.0
Go MAEDA před 4 roky
rodič
revize
50becaf5ee
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      extra/mail_handler/rdm-mailhandler.rb

+ 1
- 1
extra/mail_handler/rdm-mailhandler.rb Zobrazit soubor

@@ -212,4 +212,4 @@ END_DESC
end

handler = RedmineMailHandler.new
exit(handler.submit(STDIN.read))
exit(handler.submit(STDIN.read.force_encoding('ASCII-8BIT')))

Načítá se…
Zrušit
Uložit