Ok, you're definitely correct about that missing header.  MIME-Version: 
should always be there.  
   
 What was your rationale behind always activating multipart mode?  I'm 
looking at post_mime_to_server() now, and as far as I cantell, we should 
be able to just add one line of code  
   
 serv_printf("MIME-Version: 1.0");  
   
 right at the top of the function, before it decides whether the message 
is multipart (HTML + attachments) or non-multipart (HTML only).  
   
   
 That's how I'm going to check in this change; please let me know if you 
come up with any reason why it shouldn't (or doesn't!) work.  
   
 Thanks for catching that!  

Reply via email to