Menu

#800 text/html only emails being copied into non-existing text/plain message

next_release
open
html email (1)
1
2014-08-25
2013-07-02
No

Outlook 2010 sends out emails in HTML Only. BTnet creates a text/plain version and copies all the HTML into it making a serious mess.

BTnet should just display the HTML email if there is only one 'part'. Would also be nice to be able to configure preferred format if both are present in emails.

1 Attachments

Discussion

  • Dennis Jakobsen

    Dennis Jakobsen - 2013-07-02

    I saved an email from Thunderbird sent to me from Outlook2010 prof.

     
  • Corey Trager

    Corey Trager - 2014-04-03

    Sorry for the delay. This is now my top priority bug!

     
  • Corey Trager

    Corey Trager - 2014-04-03
    • assigned_to: Corey Trager
     
  • Corey Trager

    Corey Trager - 2014-04-04
    • Priority: 5 --> 1
     
  • Corey Trager

    Corey Trager - 2014-04-04

    I'm going to comment out these lines in my_mime.cs. I don't remember why I put them there. I can't remember if it always worked this way or not. I wonder if people are depending on this behavior? But to me, today, it doesn't make sense because as you say, it makes a "serious mess".

            if (comment == null)
            {
                comment = MyMime.extract_comment_text_from_email(mime_message, "text/html");
            }
    
     
  • Dennis Jakobsen

    Dennis Jakobsen - 2014-06-12

    Does that mean i can do that and it should work?

    I'm assuming you're still experimenting since the bug is still open?

     
  • Dennis Jakobsen

    Dennis Jakobsen - 2014-06-16

    It's clean html now atleast, but could you just strip the tags or just show it like the html it is?

     

Log in to post a comment.