Skip to content
  • rswindell's avatar
    js_save_msg() fixes: · 405f025e
    rswindell authored
    if savemsg() call failed, SMB status was not saved in msgbase.status prop.
    if savemsg() call failed, the recipient list array, if supplied, was still
    parsed and headers created (!).
    if the recipient list parsing fails, the msgbase.error string may not have been
    set, now it'll be set to "Recipient list parsing failure" (if not SMB error).
    405f025e