Hi Mihovil, *, On Wed, Jan 7, 2015 at 7:02 AM, Mihovil Stanić <[email protected]> wrote: > I get more and more unreadable emails like this from libreoffice mailing > list. > Should I be worried or? :)
Not worried regarding malicious mails or similar, but worried that your mailclient cannot cope with base64 encoded messages :-) ##### Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 SGksCgpwbGVhc2UgY29uZmlybToKCmh0dHBzOi8vYnVncy5mcmVlZGVza3RvcC5vcmcvc2hvd19i dWcuY2dpP2lkPTg4MDY4Cmh0dHBzOi8vYnVncy5mcmVlZGVza3RvcC5vcmcvc2hvd19idWcuY2dp P2lkPTg4MDY5CgotLQp3YnIsIHNiCgotLSAKVG8gdW5zdWJzY3JpYmUgZS1tYWlsIHRvOiBsMTBu K3Vuc3Vic2NyaWJlQGdsb2JhbC5saWJyZW9mZmljZS5vcmcKUHJvYmxlbXM/IGh0dHA6Ly93d3cu bGlicmVvZmZpY2Uub3JnL2dldC1oZWxwL21haWxpbmctbGlzdHMvaG93LXRvLXVuc3Vic2NyaWJl LwpQb3N0aW5nIGd1aWRlbGluZXMgKyBtb3JlOiBodHRwOi8vd2lraS5kb2N1bWVudGZvdW5kYXRp b24ub3JnL05ldGlxdWV0dGUKTGlzdCBhcmNoaXZlOiBodHRwOi8vbGlzdGFyY2hpdmVzLmxpYnJl b2ZmaWNlLm9yZy9nbG9iYWwvbDEwbi8KQWxsIG1lc3NhZ2VzIHNlbnQgdG8gdGhpcyBsaXN0IHdp bGwgYmUgcHVibGljbHkgYXJjaGl2ZWQgYW5kIGNhbm5vdCBiZSBkZWxldGVkCg== ##### looks fine with me, the base64 block decodes properly here. And even if it doesn't like utf-8 for some reason, it would still decode correctly in us-ascii (as in this case no non-ascii letters are included. Your client ignores the transfer-encoding and instead tries to interpret it as byte-sqeuence or similar... That's really broken. the g=== at the end is about the only stuff that remained intact from the base64 message (that undecoded should also only contain ascii, so whatever encoding your mailclient thinks it should be using, it is broken) ciao Christian -- To unsubscribe e-mail to: [email protected] Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/ Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette List archive: http://listarchives.libreoffice.org/global/l10n/ All messages sent to this list will be publicly archived and cannot be deleted
