From rswindell to CVS commit on Wed Apr 1 02:48:05 2020
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).
From rswindell to CVS commit on Fri Apr 24 01:05:39 2020
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.
From Rob Swindell to Git commit to main/sbbs/master on Sun Jan 3 17:57:37 2021
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. :-(
From Rob Swindell to Git commit to main/sbbs/master on Sat Jan 1 20:59:15 2022
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.