Commit graph

736 commits

Author SHA1 Message Date
djmaze
7dec51a364 MessageExpunge should be FolderExpunge
And simplify the function parameters
2022-01-06 11:00:56 +01:00
djmaze
e31b4f4b75 Added some comments 2022-01-06 10:32:58 +01:00
djmaze
476fe63999 Drop html messages table width attribute to prevent side scrolling 2022-01-05 13:10:44 +01:00
djmaze
66c4c39fea Classname \SnappyMail\LOG to \SnappyMail\Log 2022-01-05 12:02:22 +01:00
djmaze
1d96160a38 Resolve #170 2022-01-05 11:22:02 +01:00
djmaze
64858d285d Replace "$IndexRange, bool $bIndexIsUid" with new SequenceSet class 2022-01-05 11:09:36 +01:00
djmaze
46317b5007 Better fix for #179
As RFC 5256 says: The US-ASCII and UTF-8 charsets MUST be implemented.
So just use UTF-8
2022-01-04 12:02:59 +01:00
djmaze
5e4821fef8 This might solve issue #179 2022-01-03 23:50:26 +01:00
djmaze
ab5715b536 Cleanup mime message builder 2021-12-31 11:25:07 +01:00
djmaze
119f22ae61 Bugfix for issue #170 2021-12-30 16:41:18 +01:00
djmaze
132c0a1349 Bugfix: setConfigFromParams() failed 2021-12-28 15:57:12 +01:00
djmaze
faaf25d4cc Message menu use hamburger icon instead of tiny triangle 2021-12-28 15:08:16 +01:00
djmaze
c1dd6edc28 allowAdminPanel => adminAllowed 2021-12-28 14:49:21 +01:00
djmaze
997dc87305 Improved FileStorage dedugging with expired session token fix 2021-12-28 10:44:56 +01:00
djmaze
f2388bb936 error_log() to \SnappyMail\LOG::*() 2021-12-27 12:44:49 +01:00
djmaze
3fc5da50ef restructure app boot/start file include.php 2021-12-27 10:01:36 +01:00
djmaze
641e8f2e34 Disable iThreadLimit 2021-12-24 15:04:30 +01:00
djmaze
2312bb52f5 Added new logger that is RFC 5424 compatible 2021-12-24 15:01:36 +01:00
djmaze
480b7e3489 Improved index html generator 2021-12-24 14:43:17 +01:00
djmaze
813bed72ad No need for !! 2021-12-24 09:47:16 +01:00
djmaze
e434d51157 simplify custom include.php 2021-12-24 01:12:27 +01:00
djmaze
6d958081c4 Bugfix MULTIDOMAIN and cleanup localhost and fix the default.ini 2021-12-23 23:33:51 +01:00
djmaze
f92d453e8b Improved app booting
Bugfix SALT.php failed on initialization
Cleanup unused and obsolete constants and php settings
2021-12-23 16:04:40 +01:00
djmaze
b80e62adfc Changes for #176 2021-12-23 12:26:39 +01:00
djmaze
6465c95a91 Partial fix for #170 2021-12-23 12:20:40 +01:00
djmaze
f20a7c7b83 Added Admin -> Config to view all the application.ini settings.
TODO: save changes
2021-12-23 11:37:39 +01:00
djmaze
d7db182e5f Cleanup some logging 2021-12-23 11:27:01 +01:00
djmaze
6ea42d3171 Disable the Decrypt "invalid $data" error log messages 2021-12-22 20:40:12 +01:00
djmaze
cb848422b2 Resolve #174 2021-12-22 20:30:02 +01:00
djmaze
53f4019f5e RainLoop#2025 2021-12-22 20:22:41 +01:00
djmaze
92e1864f7c RainLoop#2024 2021-12-22 20:20:02 +01:00
djmaze
947f5ac604 RainLoop#2130 2021-12-22 20:16:47 +01:00
djmaze
e244ba01de Much better fix for #175
And added some comments to it, to prevent more screw ups
2021-12-22 20:16:14 +01:00
djmaze
11547b575e Another fix for #175 2021-12-22 11:38:19 +01:00
djmaze
0d31261063 Resolve #175 2021-12-22 10:03:57 +01:00
djmaze
5b4d34d1cb Improved Storage garbage collection
Improved RecRmDir() and RecTimeDirRemove()
2021-12-17 01:17:06 +01:00
djmaze
7df3ed665d Cleanup attachment filenames 2021-12-16 16:29:31 +01:00
djmaze
94bfe09f63 Cleanup message attachments collections 2021-12-16 15:54:43 +01:00
djmaze
eb669715ca Remove MessageUserStore.listEnd* overhead 2021-12-16 14:35:29 +01:00
djmaze
bd7047bfae RecRmDir and RecTimeDirRemove use *Iterator 2021-12-15 19:03:10 +01:00
djmaze
b95541892f Better observable naming in MessageUserStore 2021-12-15 19:02:36 +01:00
djmaze
2aceb89a8b Improved private data directory handling 2021-12-15 14:51:52 +01:00
djmaze
41a98d68c5 Bugfix: demo plugin broken due to v2.9.6 changes 2021-12-15 13:06:30 +01:00
djmaze
bdb6b9bb8b Just force logout on InvalidToken error immediatley. 2021-12-14 21:12:38 +01:00
djmaze
67e2a971ea Logout on account session errors 2021-12-14 15:48:39 +01:00
djmaze
41270ac5e9 Bugfix: incorrect return type for SetSpecLogoutCustomMgsWithDeletion() 2021-12-14 14:18:53 +01:00
djmaze
4097e4e733 Test login on account switching 2021-12-14 14:16:36 +01:00
djmaze
9ba11c77eb There's no VersionsCache 2021-12-14 12:42:58 +01:00
djmaze
abe2af153d Improved account login/switch handling 2021-12-14 12:42:41 +01:00
djmaze
3af8652175 Resolve #171 2021-12-13 14:50:17 +01:00