• exec/load/822header.js

    From deuce@VERT to CVS commit on Wednesday, January 13, 2016 19:55:25
    exec/load 822header.js 1.4 1.5
    Update of /cvsroot/sbbs/exec/load
    In directory cvs:/tmp/cvs-serv12017/load

    Modified Files:
    822header.js
    Log Message:
    Syncjslint warnings... move RFC822HEADER into 822header.js from imapservice.js




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From deuce@VERT to CVS commit on Monday, January 08, 2018 22:40:55
    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.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Thursday, May 02, 2019 18:07:57
    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).



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Monday, May 20, 2019 11:56:00
    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.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Wednesday, July 24, 2019 19:02:45
    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.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to Main/master on Monday, November 23, 2020 17:38:36
    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 display
    a default content-type and content-transfer-encoding.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net