Skip to content
Snippets Groups Projects
  • Rob Swindell's avatar
    459893f5
    Fix bug introduced in e9f56e5d - line endings stripped from rx'd mail · 459893f5
    Rob Swindell authored
    An unrelated optimization (elimination of an unnecessary use of fprintf) resulted in a new bug that combined all lines from SMTP-received mail messages into a single long line, thus breaking all decoding ability of multi-part MIME messages (where blank lines are significant).
    
    Went ahead and replaced some other unnecessary uses of fprintf(), replaces with fputs() while at it.
    459893f5
    History
    Fix bug introduced in e9f56e5d - line endings stripped from rx'd mail
    Rob Swindell authored
    An unrelated optimization (elimination of an unnecessary use of fprintf) resulted in a new bug that combined all lines from SMTP-received mail messages into a single long line, thus breaking all decoding ability of multi-part MIME messages (where blank lines are significant).
    
    Went ahead and replaced some other unnecessary uses of fprintf(), replaces with fputs() while at it.