[PATCH] Use EightBit encoding instead of Base64 for text types Previously attachments with text/* or message/rfc822 encoding were base64 encoded for no good reason. Change them to use EightBit transfer encoding.
Prefer Qt standard paths for application data For backwards compatibility keep using ~/.qmf if it exists but prefer QStandardPaths::GenericDataLocation + "/qmf".