• exec/email_sec.js

    From rswindell@VERT to CVS commit on Saturday, July 28, 2018 22:01:42
    exec email_sec.js 1.1 1.2
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv9234

    Modified Files:
    email_sec.js
    Log Message:
    Store a history (of 10) destination netmail addresses and pass them to console.getstr() so they can be recalled with the up/down arrow keys.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From echicken@VERT to CVS commit on Thursday, August 16, 2018 14:10:30
    exec email_sec.js 1.2 1.3
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv11768

    Modified Files:
    email_sec.js
    Log Message:
    Default addr_list to an empty array if userprops fails to read ####.ini



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Monday, August 27, 2018 23:04:16
    exec email_sec.js 1.3 1.4
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv22607

    Modified Files:
    email_sec.js
    Log Message:
    Make sure the most recent destination netmail address is always at the
    front of the list/array, even if it was already in the list.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sunday, October 21, 2018 23:40:18
    exec email_sec.js 1.4 1.5
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv13221

    Modified Files:
    email_sec.js
    Log Message:
    Hitting Ctrl-C at the "Attach a file" prompt for netmail should abort. You have to hit it twice - not sure why just yet.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Sunday, December 30, 2018 00:28:50
    exec email_sec.js 1.5 1.6
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv32502

    Modified Files:
    email_sec.js
    Log Message:
    Add the LM_REVERSE load/read_mail() flag (list newest mail first) for the
    'R' and 'K' commands. Maybe this should be a sticky user preference
    (e.g. in the user property .ini file)?



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Monday, January 14, 2019 23:04:41
    exec email_sec.js 1.6 1.7
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv13903

    Modified Files:
    email_sec.js
    Log Message:
    Don't load/list the mail index in reverse (newest-first) order by default. Unfortunately, the call to readmail() in other places in sbbs
    (e.g. logon.ccp, useredit.cpp) is hard-coded without *out* this loadmail
    flag, so you get an index in oldest-first order when you logon and answer
    "Yes" to the "Read your mail now?" prompt and get the index in reverse (newest-first) order when you use the 'R' command from the email prompt
    which is unexpected and likely confusing to users. Until we can replace
    these hard-coded calls to readmail() with scripted logic which can read/
    use a user-preference property (e.g. from data/user/*.ini), we will just default to the old/previous behavior. The user is one key (!) away from reversing the index anyway.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Thursday, July 11, 2019 18:49:21
    exec email_sec.js 1.7 1.8
    Update of /cvsroot/sbbs/exec
    In directory cvs:/home/rswindell/sbbs/exec

    Modified Files:
    email_sec.js
    Log Message:
    Use console.putmsg() rather than console.print() so @-codes will be
    expanded.



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Wednesday, April 01, 2020 02:48:05
    exec email_sec.js 1.8 1.9
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv11243

    Modified Files:
    email_sec.js
    Log Message:
    Use require() instead of load().
    Use the cached text.js.
    Use the cached userprops.js.
    Use const where applicable.
    Call bbs.nodesync() before the command prompt.
    Display sent-mail in reverse order (newest at top).



    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From rswindell@VERT to CVS commit on Friday, April 24, 2020 01:05:39
    exec email_sec.js 1.9 1.10
    Update of /cvsroot/sbbs/exec
    In directory cvs:/tmp/cvs-serv859

    Modified Files:
    email_sec.js
    Log Message:
    Support multiple comma-separated netmail addresses in the To: string.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Sunday, January 03, 2021 17:57:37
    https://gitlab.synchro.net/main/sbbs/-/commit/ff38466ef4b8be4647738c54
    Modified Files:
    exec/email_sec.js
    Log Message:
    Ctrl-C aborts email menu.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Sunday, January 03, 2021 17:57:37
    https://gitlab.synchro.net/main/sbbs/-/commit/fdb743f4b3e1c7d2703b7d14
    Modified Files:
    exec/email_sec.js
    Log Message:
    Add 'L' command to run 'msglist.js'

    For systems where not everyone wants to use the msglist module.
    For DesotoFireflite (VALHALLA)

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Monday, January 04, 2021 11:16:51
    https://gitlab.synchro.net/main/sbbs/-/commit/e389f2e7612b6985aa97340f
    Modified Files:
    exec/email_sec.js
    Log Message:
    Use bbs.exec() to execute msglist.js instead of load() for on-exit clean-up

    The on-exit handlers which restore the console and system flags back to their previous states don't execute when load()'d from this script. Not sure why (Deuce?) - using bbs.exec() as a work-around now. :-(

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Saturday, January 01, 2022 20:59:15
    https://gitlab.synchro.net/main/sbbs/-/commit/e7c720518d880e91d1815fe4
    Modified Files:
    exec/email_sec.js
    Log Message:
    Trim white-space from email/netmail addresses

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on ChromeOS)@VERT to Git commit to main/sbbs/master on Saturday, March 04, 2023 17:53:36
    https://gitlab.synchro.net/main/sbbs/-/commit/f47eac01d61229f0ebff67d3
    Modified Files:
    exec/email_sec.js
    Log Message:
    Use/store the new user.mail_settings property

    to track the user's preference for reverse-ordering when listing/reading
    mail messages. The Un-read mail command still just always uses reverse ordering.

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