• exec/load/822header.js

    From deuce@1:103/705 to CVS commit on Mon Jan 8 22:40:55 2018
    exec/load 822header.js 1.5 1.6
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv17675

    Modified Files:
    822header.js
    Log Message:
    If there are non US-ASCII characters in the headers, first check if they're UTF-8 and if so, convert using uft8_ascii(), otherwise, just replace every non-US-ASCII byte with a question mark.

    RFC*822 does not allow anything but US-ASCII in headers.



    --- SBBSecho 3.03-Win32
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Sun Apr 28 17:35:25 2019
    exec/load 822header.js 1.6 1.7
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv32500

    Modified Files:
    822header.js
    Log Message:
    Fix Reply-To header field name quoting issue (lacking terminate quote)



    --- SBBSecho 3.07-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Sun Apr 28 21:41:56 2019
    exec/load 822header.js 1.7 1.8
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv13341

    Modified Files:
    822header.js
    Log Message:
    Support the new header fields:
    - to_list
    - cc_list
    - replyto_list

    Always enclose the 'From' name in quotes.
    Don't force a reply-to field if subnum is undefined.



    --- SBBSecho 3.07-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Tue Apr 30 01:40:08 2019
    exec/load 822header.js 1.8 1.9
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv18163

    Modified Files:
    822header.js
    Log Message:
    Include the RFC822 "Received" header fields.
    Removed the X-Comment-To header field (is this file being used for NNTP?). Added an 'unfold' boolean argument (defaults to true). If false, don't unfold the header fields.


    --- SBBSecho 3.07-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Thu May 2 00:00:12 2019
    exec/load 822header.js 1.9 1.10
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv8006

    Modified Files:
    822header.js
    Log Message:
    Use the SMTPForwardPath (msg.forward_path) for the To: field if there's no other relevant "To" field value exists in the header.
    Include the X-FTN-SEEN-BY and X-FTN-PATH header fields, if present.


    --- SBBSecho 3.07-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Thu May 2 18:07:57 2019
    exec/load 822header.js 1.11 1.12
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv13027

    Modified Files:
    822header.js
    Log Message:
    Add the X-Priority header field, when applicable (defined and non-zero).


    --- SBBSecho 3.07-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Mon May 20 11:56:00 2019
    exec/load 822header.js 1.12 1.13
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv31727

    Modified Files:
    822header.js
    Log Message:
    Include a CVS revision keyword. No functional change.


    --- SBBSecho 3.07-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Wed Jul 24 19:02:45 2019
    exec/load 822header.js 1.13 1.14
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv26047

    Modified Files:
    822header.js
    Log Message:
    Use the new is_utf8 header property to set the message header "charset=UTF-8" instead of "charset=IBM437", when appropriate.


    --- SBBSecho 3.07-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to Main/master on Mon Nov 23 17:38:36 2020
    https://gitlab.synchro.net/main/sbbs/-/commit/439c60fb4313ab4e2e3f1296
    Modified Files:
    exec/load/822header.js
    Log Message:
    Clean-up header dumps of non-RFC822 messages.If there's no 'id' property, don't
    display "Message-ID: undefined".If the new default_content_type argument is false, don't displaya default content-type and content-transfer-encoding.
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)