Re: [Dovecot] Missing MIME-Version header in e-mails.
            
            
            
                2 Aug
                
                    2007
                
            
            
                2 Aug
                
                '07
                
            
            
            
        
    
                2:55 a.m.
            
        On Wed, August 1, 2007 8:36 pm, Tan Shao Yi <tansy@pacific.net.sg> said:
Will it be possible to make this available in the 1.0 branch? UW-IMAP seems to continue to process e-mails without the MIME-Version, so long as it has the Content-Type or -Encoding header.
It's an easy patch if you want to apply it to your installation. Probably something like this, although I haven't tried it...
src/lib-mail/message-parser.c @225:
- if (!hdr->eoh && strcasecmp(hdr->name, "Mime-Version") == 0) {
 
- //if (!hdr->eoh && strcasecmp(hdr->name, "Mime-Version") == 0) { /* it's MIME. Content-* headers are valid */ part->flags |= MESSAGE_PART_FLAG_IS_MIME;
 
- }
 
        6669
        
      
          Age (days ago)
        
      
        6669
        
    
          Last active (days ago)
        
        
        
        0 comments
    
    
        
        1 participants
    
    
    
    
    
    
    
    
    participants (1)
- 
                
                Bill Boebel