Subj : exec/imapservice.js To : Git commit to main/sbbs/master From : Deucе Date : Mon Nov 11 2024 02:56 pm https://gitlab.synchro.net/main/sbbs/-/commit/fbe3b5d7311501f51f346b85 Modified Files: exec/imapservice.js Log Message: Fix handling of short send()s For some reason, I thought socket.send() did this, but apparently not. Fixes issue transferring large messages. Also, add support for the useless NAMESPACE command. .