Support for bogus encoding name 'bmoted-printable' (Zarafa).
This commit is contained in:
parent
e4102b4374
commit
2b09c6ea6c
@ -50,6 +50,9 @@ encoderFactory::encoderFactory()
|
|||||||
// Also register some non-standard encoding names
|
// Also register some non-standard encoding names
|
||||||
registerName <sevenBitEncoder>("7-bit");
|
registerName <sevenBitEncoder>("7-bit");
|
||||||
registerName <eightBitEncoder>("8-bit");
|
registerName <eightBitEncoder>("8-bit");
|
||||||
|
|
||||||
|
// Finally, register some bogus encoding names, for compatibility
|
||||||
|
registerName <qpEncoder>("bmoted-printable");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user