|
a/src/internfile/mh_mail.cpp |
|
b/src/internfile/mh_mail.cpp |
|
... |
|
... |
538 |
!stringlowercmp("us-ascii", charset) ||
|
538 |
!stringlowercmp("us-ascii", charset) ||
|
539 |
!stringlowercmp("default", charset) ||
|
539 |
!stringlowercmp("default", charset) ||
|
540 |
!stringlowercmp("x-user-defined", charset) ||
|
540 |
!stringlowercmp("x-user-defined", charset) ||
|
541 |
!stringlowercmp("x-unknown", charset) ||
|
541 |
!stringlowercmp("x-unknown", charset) ||
|
542 |
!stringlowercmp("unknown", charset) ) {
|
542 |
!stringlowercmp("unknown", charset) ) {
|
543 |
m_config->getConfParam("maildefcharset", charset);
|
543 |
if (!m_config->getConfParam("maildefcharset", charset))
|
544 |
if (charset.empty())
|
|
|
545 |
charset = "CP1252";
|
544 |
charset = "CP1252";
|
546 |
}
|
545 |
}
|
547 |
|
546 |
|
548 |
// Content transfer encoding
|
547 |
// Content transfer encoding
|
549 |
string cte = "7bit";
|
548 |
string cte = "7bit";
|