<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Lines in MIME packets are sent in reverse order"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=56809#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Lines in MIME packets are sent in reverse order"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=56809">bug 56809</a>
              from <span class="vcard"><a class="email" href="mailto:c10ud.dev@gmail.com" title="Riccardo (c10ud) <c10ud.dev@gmail.com>"> <span class="fn">Riccardo (c10ud)</span></a>
</span></b>
        <pre>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  <<a href="mailto:bugzilla-daemon@freedesktop.org">bugzilla-daemon@freedesktop.org</a>>:
<span class="quote">> <a href="show_bug.cgi?id=56809#c6">Comment # 6</a> on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Lines in MIME packets are sent in reverse order"
   href="show_bug.cgi?id=56809">bug 56809</a> from Dario</span >
>
<span class="quote">> 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:
> <a href="http://www.hypothetic.org/docs/msn/client/messages.php">http://www.hypothetic.org/docs/msn/client/messages.php</a>.</span >
>
<span class="quote">> ________________________________
> You are receiving this mail because:</span >
>
<span class="quote">> You are the assignee for the bug.</span >
>
>
<span class="quote">> _______________________________________________
> papyon-bugs mailing list
> <a href="mailto:papyon-bugs@lists.freedesktop.org">papyon-bugs@lists.freedesktop.org</a>
> <a href="http://lists.freedesktop.org/mailman/listinfo/papyon-bugs">http://lists.freedesktop.org/mailman/listinfo/papyon-bugs</a></span >
></pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>