Tb's addon fix [Fixes for the x-unsent Addon]

Talk about add-ons and extension development.
Post Reply
delicacy
Posts: 400
Joined: February 3rd, 2013, 4:09 pm

Tb's addon fix [Fixes for the x-unsent Addon]

Post by delicacy »

I asked a contribution to another coder, but he's stuck-blocked (He doesn't know how to fix it & abandoned it), can anyone fix this ?
He created the x-unsent add-on. It allows eml files to be opened on thunderbird from windows desktop & folders.

1) Make html code's lines longer & not as short as 3 words per line, there must be an issue somewhere .. .
if i send the eml, my full headers will appear as if they were broken & don't occupy lines fully:

Code: Select all

                                                       <font
                                                         color="#000080"
                                                         face="Times New
                                                         Roman">
                                                         <div>Â </div>
                                                       </font>
                                                       <div><font
                                                           color="#000080"
                                                           face="Times New
                                                           Roman">
                                                           <div>Â </div>
                                                           <div>Â </div>
                                                           <div><span
                                                             style="FONT-FAMILY:
                                                             ; COLOR: "><strong><font
    color="#ffffff"></font></strong></span></div>
                                                           <div><span
                                                             style="FONT-FAMILY:
                                                             ; COLOR: "><strong></strong></span>Â </div>
                                                           <div><span
                                                             style="FONT-FAMILY:
                                                             ; COLOR: "><strong></strong></span>Â </div>
                                                         </font>
                                                         <div>Â </div>
                                                       </div>
                                                     </div>
                                                   </div>
                                                 </div>
                                               </div>
                                             </div>
                                           </div>
                                         </div>
                                       </div>
                                     </div>
                                   </div>
                                 </div>
                               </div>
                             </div>
                           </div>
                         </div>
                       </div>
                     </div>
                   </div>
                 </div>
               </div>
             </div>
           </div>
         </div>
       </div>
     </body>
    </html>


& if i send the eml from an ms email client, the full headers occupy the lines with less graphic spaces:

Code: Select all

</DIV>
<DIV>&nbsp;</DIV>
<DIV>
<DIV><FONT color=3D#ffffff face=3D"Times New Roman"></FONT>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN style=3D"FONT-FAMILY: ; COLOR: "><STRONG><FONT=20
color=3D#ffffff></FONT></STRONG></SPAN></DIV>
<DIV><SPAN style=3D"FONT-FAMILY: ; COLOR: "><STRONG><FONT=20
color=3D#000000></FONT></STRONG></SPAN>&nbsp;</DIV>
<DIV><SPAN style=3D"FONT-FAMILY: ; COLOR: "><STRONG><FONT=20
color=3D#000000></FONT></STRONG></SPAN>&nbsp;</DIV>
<DIV></FONT>&nbsp;</DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV><=
/DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></=
DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></BODY></HTML>


And if i make spam reports to send to abuse at times, i'd find it weird to send it aligned like the way it is when i send the email from tb .. .
some of them would find it tiresome & won't want to read it (( I like & prefer the tb's html rendering engine because it's more compliant
than ms client's html encoding, but can't it be fixed so lines are filled and not look so small in the middle of the page in the headers ?
that would be great.

2) In the File menu, Save as, "Eml..." above "File" for those messages opened in edition mode (x-unsent) .. .

3) the same email sent from tb will arrive with 34kb & the one from live mail, with 16kb, looks like a bandwidth consumption if my emails
were bigger (( is there a way to change that ?

Here's the latest mod:

http://www.matrixjo.com/upload/store/X- ... zipped.zip
User avatar
DanRaisch
Moderator
Posts: 127232
Joined: September 23rd, 2004, 8:57 pm
Location: Somewhere on the right coast

Re: Tb's addon fix [Fixes for the x-unsent Addon]

Post by DanRaisch »

Moving to Extension Development.
Post Reply