- Apr 03, 2021
-
-
Deucе authored
Implicated in possible infinite loop/OOM problems.
-
- Mar 18, 2021
-
-
Deucе authored
1) user.number immediately after login() remains zero, but changes "sometime" after. Avoid using user.number right after login() call to generate filename. All data/user/0000.imap files can be deleted after this change. 2) Saving Seen data would modify the object storing it when binary seen values were used. Use JSON.parse(JSON.stringify() to make a copy before saving and restore it afterward. Should fix issue reported by nickshanks1 over IRC.
-
- Mar 17, 2021
-
-
Deucе authored
-
- Mar 16, 2021
-
-
Deucе authored
This falls squarely into the "How did that ever work?" category.
-
- Feb 28, 2021
-
-
Rob Swindell authored
-
- Feb 21, 2021
-
-
Rob Swindell authored
imapservice.js line 736: TypeError: line is null
-
- Oct 12, 2020
-
-
Rob Swindell authored
-
Rob Swindell authored
<nelgin> Oct 12 16:05:41 bbs synchronet: srvc 0099 IMAPv4-TLS RECV: a UID SEARCH FROM "Michiel" <nelgin> Oct 12 16:05:41 bbs synchronet: srvc 0099 IMAPv4-TLS !JavaScript /sbbs/exec/imapservice.js line 1867: SyntaxError: missing ; before statement <nelgin> I got a different type of error
-
- Aug 16, 2020
-
-
Rob Swindell authored
-
- Aug 12, 2020
- Apr 28, 2020
-
-
deuce authored
-
- Feb 04, 2020
-
-
rswindell authored
base.put_msg_header(). I just happened to notice this while making the last fix committed. I'm guessing this particular code path hasn't been tested (?)
-
rswindell authored
disabled since the header may later be written back to disk. Should fix error reported by Ragnarok (DOCKSUD): imapservice.js line 1763: Error: Message header has 'expanded fields'
-
- Sep 02, 2019
-
-
deuce authored
May help with the invalid STATUS roundcube is sending from Krueger.
-
- Jul 17, 2019
- May 24, 2019
-
-
deuce authored
-
- Apr 18, 2018
-
-
deuce authored
-
- Mar 28, 2018
-
-
deuce authored
-
- Mar 18, 2018
- Mar 16, 2018
-
-
deuce authored
the data/users/000x.imap files when many messages have been seen.
-
deuce authored
-
deuce authored
to spam the log unless you're working on the script itself.
-
deuce authored
response.
-
deuce authored
-
deuce authored
Fixes issues with STATUS command.
-
deuce authored
have a selected base can use it.
-
- Mar 14, 2018
- Jan 09, 2018
-
-
deuce authored
1) Accept (and ignore) empty lines from remote 2) Explicitly call the garbage collector to prevent memory hoarding 3) If we fail to fetch a header, make up a dummy one
-
- Dec 02, 2017
-
-
rswindell authored
we call put_msg_header() later with this same message header.
-
- Jan 14, 2016
-
-
deuce authored
-
- May 01, 2015
-
-
deuce authored
-
- Nov 27, 2014
-
-
deuce authored
Synchronet, this timeout has to expire before the service thread exits.
-
- Jul 26, 2014
-
-
deuce authored
It appears the some clients don't obey this bit of the RFC: The STATUS command MUST NOT be used as a "check for new messages in the selected mailbox" operation
-
- Jan 13, 2014
-
-
deuce authored
there anymore after this commit.
-
- Jan 12, 2014
-
-
deuce authored
-
- Jan 10, 2014
-
-
deuce authored
suffixes already.
-