diff options
| author | Sam Varshavchik | 2017-09-19 20:20:30 -0400 | 
|---|---|---|
| committer | Sam Varshavchik | 2017-09-19 20:20:30 -0400 | 
| commit | 9dd2e13aa0e8e3c0068d28e73ffe0a8f8e76ea23 (patch) | |
| tree | 8a3e141caded03ea7978a9635cb65721d1d6e036 /maildrop | |
| parent | ecda1daf86eda07e6d315fd2c7be41cf8a6a5781 (diff) | |
| download | courier-libs-9dd2e13aa0e8e3c0068d28e73ffe0a8f8e76ea23.tar.bz2 | |
Change default encoding character set to UTF-8.
Diffstat (limited to 'maildrop')
| -rw-r--r-- | maildrop/testsuite.txt.idn | 6 | ||||
| -rw-r--r-- | maildrop/testsuite.txt.noidn | 6 | 
2 files changed, 6 insertions, 6 deletions
| diff --git a/maildrop/testsuite.txt.idn b/maildrop/testsuite.txt.idn index ef9afb1..63e987e 100644 --- a/maildrop/testsuite.txt.idn +++ b/maildrop/testsuite.txt.idn @@ -611,7 +611,7 @@ Action: delivered  Status: 2.0.0  -- -Content-Type: text/rfc822-headers; charset="iso-8859-1" +Content-Type: text/rfc822-headers; charset="utf-8"  Content-Disposition: attachment  Content-Transfer-Encoding: 8bit @@ -652,7 +652,7 @@ Source-Ip: 127.0.0.1  Incidents: 2  -- -Content-Type: text/rfc822-headers; charset="iso-8859-1" +Content-Type: text/rfc822-headers; charset="utf-8"  Content-Disposition: attachment  Content-Transfer-Encoding: 8bit @@ -692,7 +692,7 @@ Source-Ip: 127.0.0.1  Incidents: 2  -- -Content-Type: text/rfc822-headers; charset="iso-8859-1" +Content-Type: text/rfc822-headers; charset="utf-8"  Content-Disposition: attachment  Content-Transfer-Encoding: 8bit diff --git a/maildrop/testsuite.txt.noidn b/maildrop/testsuite.txt.noidn index b97a4e8..562ade4 100644 --- a/maildrop/testsuite.txt.noidn +++ b/maildrop/testsuite.txt.noidn @@ -611,7 +611,7 @@ Action: delivered  Status: 2.0.0  -- -Content-Type: text/rfc822-headers; charset="iso-8859-1" +Content-Type: text/rfc822-headers; charset="utf-8"  Content-Disposition: attachment  Content-Transfer-Encoding: 8bit @@ -652,7 +652,7 @@ Source-Ip: 127.0.0.1  Incidents: 2  -- -Content-Type: text/rfc822-headers; charset="iso-8859-1" +Content-Type: text/rfc822-headers; charset="utf-8"  Content-Disposition: attachment  Content-Transfer-Encoding: 8bit @@ -692,7 +692,7 @@ Source-Ip: 127.0.0.1  Incidents: 2  -- -Content-Type: text/rfc822-headers; charset="iso-8859-1" +Content-Type: text/rfc822-headers; charset="utf-8"  Content-Disposition: attachment  Content-Transfer-Encoding: 8bit | 
