[Papyon-bugs] [Bug 56809] Lines in MIME packets are sent in reverse order

Riccardo (c10ud) c10ud.dev at gmail.com
Tue Nov 6 08:38:16 PST 2012


You can try tweaking emesene/e3/papylib/papyon/papyon/conversation.py:


    def send_typing_notification(self):
        content_type = "text/x-msmsgscontrol"
        body = "\r\n\r\n".encode('UTF-8')
        headers = { "TypingUser" : self._client.profile.account }
        self._send_message_ex(content_type, body, headers)


2012/11/6  <bugzilla-daemon at freedesktop.org>:
> Comment # 6 on bug 56809 from Dario
>
> Yes, there is an extra \r\n. I thought it was due to the weird ordering.
> Though
> there is no need for the fields to be ordered in a specific way I think it
> would be better to stick with the official protocol:
> http://www.hypothetic.org/docs/msn/client/messages.php.
>
> ________________________________
> You are receiving this mail because:
>
> You are the assignee for the bug.
>
>
> _______________________________________________
> papyon-bugs mailing list
> papyon-bugs at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/papyon-bugs
>


More information about the papyon-bugs mailing list