-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: rewrote backup_check with proper caching, switched to @opensumi/…
…reconnecting-websocket (as previous package no longer maintained), increased SQLite busy_timeout from 15s to 30s, added courtesy email to customers if they are attempting to use IMAP/POP3 but do not have IMAP enabled on the alias yet (once a week), added _disconnect fix per <pladaria/reconnecting-websocket#197> (otherwise exception is thrown and process restarts), fixed spam/junk/trash check, added analysis_limit=400 to speed up pragma optimize, fixed POP3 exception with writeStream, fixed SEARCH bug of SqliteError - too many SQL variables due to SQLITE_MAX_VARIABLE_NUMBER max of 999, fixed RangeError: Maximum call stack size exceeded with msgpackr and Error objects, fixed payload.id missing for backups, only check for backups during read operation such as GETQUOTAROOT on SQLite server only, sync tmp with db every time user attempts to fetch mail (once every 10s)
- Loading branch information
Showing
47 changed files
with
583 additions
and
460 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.