On 09.11.2012 02:18, Brian Wang wrote:
> Thank you for all the help! Yes, it does work now after changing our
> mail workflow script to use all lowercase on Subject/Body parameters.
>
> Perhaps, this could be case insensitive in the future? We are able to
> modify our server scripts, but for all the website mailto links in the
> wild, this issue still exists.
>
There's no fast way to make that change, because the API we use handles
query parameters case-sensitive. I believe both Gmail and Email have the
same problem.
This issue is not very important to me, so I won't work on this anytime
soon. If anyone else wants to give it a try: the relevant method is
MessageCompose.initializeFromMailto():
https://github.com/k9mail/k-9/blob/master/src/com/fsck/k9/activity/MessageCompose.java#L3244
I'd be happy to review a patch for this.