[Citadel Development] Merge branch 'ConstStr_Access_Checks' into 'master'

2023-08-11 Thread rss
IMAP memory issues with use of ConstStr See merge request !5

[Citadel Development] Merge Request Approval: IMAP memory issues with use of ConstStr

2023-07-23 Thread HarlowSolutions
Had a coredump that was related to IMAP parameters and access to ConstStr.  Not sure why the parameter was empty, but a lot of code accessed ConstStr pointers without checking for zero length and pointer was null and could coredump, so went through and added checks.

[Citadel Development] Merge Request: Support_IMAP_Flagged_Deleted_Draft_Recent_flags

2023-06-29 Thread HarlowSolutions
Touched a lot of files and complete rewrite of Visit support functions.  Most of the logic centralized in user_ops.c to keep it clean and tried to optimize code and performance. If you have any questions let me know.  I left merge request unassigned.  If you approve without any changes, I will p

[Citadel Development] Merge Request: Webcit_Coredump_StrBufQuotedPrintableEncode

2023-06-15 Thread HarlowSolutions
Not sure if regression, but if you try to sent a message with a blank body, webcit coredumps.  Just checked for empty message text and skipped trying to output.

[Citadel Development] merge

2015-07-28 Thread IGnatius T Foobar
I'm starting to see some conflicts that might be tough to keep in sync, so it might be time to merge the "configdb" branch with "master" Of course, I'm no good at this.  Can I get some help?