Skip to content
  • rswindell's avatar
    8412ed06
    Fix bug introduced in previous commit of this file (8 months ago): · 8412ed06
    rswindell authored
    If the RECIPIENTTOLIST header fields exists and the RFC822 header field
    does not exist, that means the original RFC822 "To" field was not MIME-encoded,
    which is the majority of email. The routine that converted an smbmsg_t to an
    RFC822 header did not use this new field however (ignored it). Whoops. So
    multiple recipients were reflect in the To field and the original destination
    address(es) in the To field weren't passed on either. Thanks, Frank!
    8412ed06
    Fix bug introduced in previous commit of this file (8 months ago):
    rswindell authored
    If the RECIPIENTTOLIST header fields exists and the RFC822 header field
    does not exist, that means the original RFC822 "To" field was not MIME-encoded,
    which is the majority of email. The routine that converted an smbmsg_t to an
    RFC822 header did not use this new field however (ignored it). Whoops. So
    multiple recipients were reflect in the To field and the original destination
    address(es) in the To field weren't passed on either. Thanks, Frank!
Loading