[kmail2] [Bug 259039] Bad encoding in message body when creating mail from command line

2013-02-11 Thread Martin Koller
https://bugs.kde.org/show_bug.cgi?id=259039

Martin Koller kol...@aon.at changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
   Version Fixed In||4.10.1
 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/kdep
   ||im/03d53248ab3db31c5680e615
   ||f8f1a76e03908b3e

--- Comment #12 from Martin Koller kol...@aon.at ---
Git commit 03d53248ab3db31c5680e615f8f1a76e03908b3e by Martin Koller.
Committed on 12/02/2013 at 08:23.
Pushed by mkoller into branch 'KDE/4.10'.

fix character encoding for body in composer window on cmdline usage

assemble message before it is passed to the composer window,
which makes sure that also the ContentType header is used
which contains the charset.
FIXED-IN: 4.10.1
REVIEW: 108884

M  +6-2kmail/kmkernel.cpp

http://commits.kde.org/kdepim/03d53248ab3db31c5680e615f8f1a76e03908b3e

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 259039] Bad encoding in message body when creating mail from command line

2013-02-10 Thread Martin Koller
https://bugs.kde.org/show_bug.cgi?id=259039

--- Comment #11 from Martin Koller kol...@aon.at ---
created a patch https://git.reviewboard.kde.org/r/108884/

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 259039] Bad encoding in message body when creating mail from command line

2013-02-09 Thread Martin Koller
https://bugs.kde.org/show_bug.cgi?id=259039

Martin Koller kol...@aon.at changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 CC||kol...@aon.at
Version|2.0.89  |4.10.0
 Ever confirmed|0   |1

--- Comment #10 from Martin Koller kol...@aon.at ---
still valid in KDE-4.10

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 259039] Bad encoding in message body when creating mail from command line

2012-08-30 Thread csbugs
https://bugs.kde.org/show_bug.cgi?id=259039

--- Comment #9 from csbugs b...@clearingstelle-eeg.de ---
Though my issue is apparently gone (kmail -s äöü --body äöü seems to work
fine now) I can confirm that Murz's example fails.
$ kmail --version
Qt: 4.8.2
KDE Development Platform: 4.9.00 release 559
KMail: 4.9

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 259039] Bad encoding in message body when creating mail from command line

2012-08-19 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=259039

--- Comment #8 from Murz mur...@gmail.com ---
Confitm that this bug is still exist on kmail2 4.9, body part is bad:
$ kmail 'mailto:Вася va...@ya.ru?subject=Темаbody=Сообщение'
produces body as:
?
instead of:
Сообщение

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 259039] Bad encoding in message body when creating mail from command line

2012-06-25 Thread Stefan Gruber
https://bugs.kde.org/show_bug.cgi?id=259039

Stefan Gruber st.gru...@t-online.de changed:

   What|Removed |Added

 CC||st.gru...@t-online.de

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 259039] Bad encoding in message body when creating mail from command line

2012-03-28 Thread csbugs
https://bugs.kde.org/show_bug.cgi?id=259039

csbugs b...@clearingstelle-eeg.de changed:

   What|Removed |Added

 CC||b...@clearingstelle-eeg.de

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 259039] Bad encoding in message body when creating mail from command line

2012-03-28 Thread csbugs
https://bugs.kde.org/show_bug.cgi?id=259039

--- Comment #7 from csbugs b...@clearingstelle-eeg.de ---
Well, FWIW:
Initially I thought KMail would simply interpret the CLI input as latin-1 or
similar, because Beste Grüße became Beste Grüße.
But when I do something like
$ body=$(echo Beste Grüße|iconv -f utf8 -t iso8859-1)
$ echo $body
Beste Gr��e
$ kmail --body $body someb...@somewhere.tld
I get the following in the mail body:
Beste Gr��e

So I can't even work around this bug in scripts - and that *is* bad news.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 259039] Bad encoding in message body when creating mail from command line

2012-03-14 Thread Andreas Pietzowski
https://bugs.kde.org/show_bug.cgi?id=259039

--- Comment #6 from Andreas Pietzowski andr...@pietzowski.de ---
This bug is still present in KDE 4.8.1

kmail --composer --body äöüß from command line still just results in crazy
characters...

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 259039] Bad encoding in message body when creating mail from command line

2011-12-09 Thread Andreas Pietzowski
https://bugs.kde.org/show_bug.cgi?id=259039


Andreas Pietzowski andr...@pietzowski.de changed:

   What|Removed |Added

 CC||andr...@pietzowski.de




--- Comment #5 from Andreas Pietzowski andreas pietzowski de  2011-12-09 
13:34:27 ---
I can confirm this. The following shell command was used:

kmail --composer -s äöü --body äöü

The composer opens up with subject=äöü and body=äöü

Thanks for fixing. KMail is not usable with scripts at the moment.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 259039] Bad encoding in message body when creating mail from command line

2011-08-19 Thread auxsvr
https://bugs.kde.org/show_bug.cgi?id=259039


aux...@yahoo.com changed:

   What|Removed |Added

 CC||aux...@yahoo.com




--- Comment #3 from  auxsvr yahoo com  2011-08-19 16:12:48 ---
I have this problem if I reply to a message with quotes in non-ascii encoding,
including utf-8. One work-around is copy  paste of the quote, then everything
appears fine. Also, the set encoding menu does not work at all.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 259039] Bad encoding in message body when creating mail from command line

2011-08-19 Thread auxsvr
https://bugs.kde.org/show_bug.cgi?id=259039





--- Comment #4 from  auxsvr yahoo com  2011-08-19 16:26:10 ---
Well, I just found out that it was the option Keep original charset when
replying or forwarding (if possible) that messed up the encoding. The encoding
menu still does nothing, though.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 259039] Bad encoding in message body when creating mail from command line

2011-05-19 Thread Murz
https://bugs.kde.org/show_bug.cgi?id=259039





--- Comment #2 from Murz MurzNN gmail com  2011-05-19 10:46:13 ---
Bug is still here on current git.
Same problem if I encode the non-ascii symbols to urlencode or
quoted-printable.
You can test it via those examples:
$ kmail 'mailto:Вася va...@ya.ru?subject=Темаbody=Сообщение'
$ kmail
'mailto:%d0%92%d0%b0%d1%81%d1%8f%20%3cva...@ya.ru%3E?subject=%D0%A2%D0%B5%D0%BC%D0%B0body=%D0%A1%D0%BE%D0%BE%D0%B1%D1%89%D0%B5%D0%BD%D0%B8%D0%B5'

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs