• Attempt to fix sysop paged emails not showing up

    From Rob Swindell@1:103/705 to GitLab note in main/sbbs on Tue Jul 30 11:08:44 2024
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/447#note_5433

    This work-around if done at all, should be done in JS (i.e. imapservice.js), not in the C++ source.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Nigel Reed@1:103/705 to GitLab note in main/sbbs on Tue Jul 30 13:16:25 2024
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/447#note_5434

    Please explain. You can't just insert a body where no body exists, surely? This is not a problem with the imap service, it's a problem with the iphone that won't read an imap message if it doesn't have a body.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to GitLab note in main/sbbs on Tue Jul 30 15:27:31 2024
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/447#note_5435

    The problem appears to be specifically with IMAP, so why force every other method of sysop notification (e.g. POP3 email) to include a redundant message body? That's not necessary.

    Yes, the imap service could insert a body where no body exists: an empty string, blank line(s), a copy of the subject. Whatever you think is best and appears to work. Less is more.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)