• src/sbbs3/email.cpp

    From rswindell@1:103/705 to CVS commit on Tue Feb 20 03:18:37 2018
    src/sbbs3 email.cpp 1.65 1.66
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv5963

    Modified Files:
    email.cpp
    Log Message:
    Address Coverity-reported issue (buffer overrun).

    --- SBBSecho 3.03-Win32
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Mon Apr 16 21:32:37 2018
    src/sbbs3 email.cpp 1.66 1.67
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv6751

    Modified Files:
    email.cpp
    Log Message:
    Display the (previously unused) EmailFilesNotAllowed text.dat entry if a file attachment is attempted but unsupported.

    --- SBBSecho 3.04-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From rswindell@1:103/705 to CVS commit on Sun Jun 10 01:45:03 2018
    src/sbbs3 email.cpp 1.67 1.68
    Update of /cvsroot/sbbs/src/sbbs3
    In directory cvs:/tmp/cvs-serv311

    Modified Files:
    email.cpp
    Log Message:
    Insure the WM_EMAIL mode flag is set when calling writemsg() from email()
    - similar to what we do in netmail() with the WM_NETMAIL flag.
    If you call writemsg() without WM_EMAIL set, it tries to use the subnum as an index into the sub-board array and will crash.

    --- SBBSecho 3.05-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Mon Feb 15 01:08:03 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/5771d524d0d0374a74eea8d7
    Modified Files:
    src/sbbs3/email.cpp
    Log Message:
    Fix typo in previous commit (missing semicolon)
    --- SBBSecho 3.12-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Mon Feb 15 19:31:37 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/7299e0004eb697bf0fcef033
    Modified Files:
    src/sbbs3/email.cpp
    Log Message:
    Fix typo in previous commit (missing semicolon)
    --- SBBSecho 3.12-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to Git commit to main/sbbs/master on Sat Sep 25 00:28:57 2021
    https://gitlab.synchro.net/main/sbbs/-/commit/aaa6fa7e9c801734368bb1b4
    Modified Files:
    src/sbbs3/email.cpp
    Log Message:
    Call smb_updatethread() from sbbs_t::email() to perform Keyop "magic"As discovered by Keyop and reported via IRC, when replying *to* a local mail box and *not* using the hard-coded email menu (e.g. when when using msglist.js), the original message's "Replied" attribute flag was not set. When replying to a
    netmail address (at least, Internet or FidoNet, unsure about QWKnetmail), the attribute would be set.This discrepancy was because this email() function doesn't use the "modern" smb_addmsg() function (which also calls smb_updatethread()), but add the message body text the old/manual way and never
    called smb_updatethread(). smb_updatethread() does the thread linkage stuff (which is usually unnoticed in the mail base) *and* sets the "Replied" attribute of the original message, if it's not already set.This function should
    be overhauled to use smb_addmsg(), but this 2-line change at least addresses this issue for now. There's probably other places (e.g. importing mail replies via QWK/REP packets) where this thread-linkage and "Replied" attribute flag setting is still not happening.
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell (in GitKraken)@1:103/705 to Git commit to main/sbbs/master on Fri Mar 3 17:45:11 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/06da7b98c8ade42f62bc7065
    Modified Files:
    src/sbbs3/email.cpp
    Log Message:
    Use proper 64-bit function for converting an off_t to comma-separated
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)