Commit graph

3517 commits

Author SHA1 Message Date
djmaze ddbcb4bfa4 Better mobile folderlist size 2021-12-06 11:44:04 +01:00
djmaze 45ae35110c Simple force email minimum font-size to be 11px for readability 2021-12-06 11:22:00 +01:00
djmaze 0331631376 Bugfix https://github.com/the-djmaze/snappymail/issues/163#issuecomment-986211571 2021-12-06 10:50:16 +01:00
djmaze 13145cd3dc Resolve #167 2021-12-06 10:35:43 +01:00
djmaze 30a6b053bb Be structural in order with sorting options (DESC/ASC and not mixed) 2021-12-03 13:54:46 +01:00
djmaze 3b40f86c33 Better Remote.saveAdminConfig() and better idleTrigger for them 2021-12-03 12:32:21 +01:00
djmaze 2588e5b328 Bugfix: https://github.com/the-djmaze/snappymail/issues/163#issuecomment-984673656 2021-12-03 00:50:31 +01:00
djmaze 5cf3842b42 Bugfix: Undefined array key "ThreadUid" 2021-12-03 00:44:04 +01:00
djmaze 617dd995b5 The Safari fix "position: sticky;" breaks Firefox and Chrome 2021-12-03 00:43:48 +01:00
djmaze 35bce8cf62 Also reduce admin remote fetch 2021-12-03 00:11:19 +01:00
djmaze c1228d09f0 Bugfix: folder rename/move was broken 2021-12-02 23:21:12 +01:00
djmaze 792fee547a change AbstractFetchRemote with a better structure 2021-12-02 23:15:24 +01:00
djmaze 0d809dd574 Cleanup additional accounts in system menu 2021-12-02 11:12:21 +01:00
djmaze 64e77de103 Better bugfix for additional account switching 2021-12-02 00:42:15 +01:00
djmaze a736f3697d Bugfix: account switching failed 2021-12-01 23:51:41 +01:00
djmaze c16ab19dd4 Bugfix: PHP Notice Undefined index: HideUnsubscribed, UseThreads, ReplySameFolder 2021-12-01 23:36:01 +01:00
djmaze 62ebec4b83 v2.9.4 2021-12-01 14:47:46 +01:00
djmaze 24d3f080b2 Improved message html loading 2021-12-01 14:47:08 +01:00
djmaze 6d7911a9ed Object.entries().forEach() to forEachObjectEntry() 2021-12-01 14:23:37 +01:00
djmaze b8eb8f83fa Better hashFolderFullName() 2021-12-01 13:55:14 +01:00
djmaze 547d66ebcb Easier SystemFolders handling 2021-12-01 13:54:35 +01:00
djmaze 31db5ee238 Bugfix: saveSystemFolders failed at initialization of mailbox 2021-12-01 12:04:17 +01:00
djmaze f23f2d13ce Remove unused constant 2021-12-01 10:52:21 +01:00
djmaze 8aad63fcf8 Bugfix: additional account switch failed due to the old ParentEmail 2021-12-01 10:51:58 +01:00
djmaze d4e77a97f5 Improved message header 2021-11-30 11:21:51 +01:00
djmaze e4e26d799c Update demo plugin 2021-11-30 11:18:52 +01:00
djmaze a28d8f4e04 Fix broken lessphp 2021-11-30 10:19:57 +01:00
djmaze d33ec54c1c FolderFullNameRaw is gone due to UTF8 2021-11-30 10:19:43 +01:00
djmaze f743f0e27a reduce lessphp 2021-11-30 09:47:31 +01:00
djmaze aaf0b51c3d Settings -> Themes use figure and figcaption elements 2021-11-29 12:43:16 +01:00
djmaze 2d435fb42b Cleanup lessphp specific for SnappyMail 2021-11-29 11:41:10 +01:00
djmaze a50b537892 Merge the RainLoop\Providers\Storage\FixFileStorage into SnappyMail\Upgrade 2021-11-26 23:22:23 +01:00
djmaze 66d1cf02b9 Bugfix: instanceof check was incorrect 2021-11-26 16:37:58 +01:00
djmaze 9a239679db Cleanup unused data 2021-11-26 16:37:41 +01:00
djmaze 664f2d466a Removed unused var 2021-11-25 14:21:09 +01:00
djmaze 0b657359fa Bugfix: dialog/select layout broken in Safari 2021-11-25 14:20:52 +01:00
djmaze aed72f91ee Cleanup usage of ParentEmail 2021-11-25 13:48:00 +01:00
djmaze 85ddc5bbb2 Bugfix: Call to a member function Email() on null 2021-11-25 13:34:03 +01:00
djmaze 12a7a9e3fe Bugfix: undefined method $oAccount->Domain*() 2021-11-25 13:25:21 +01:00
djmaze bc986f323c Improved HTML UTF-8 handling 2021-11-25 11:28:22 +01:00
djmaze 9218cc4785 Cleanup Collections 2021-11-25 11:27:57 +01:00
djmaze 7afbc05d18 Cleanup request Folders response 2021-11-24 15:18:13 +01:00
djmaze e27fb46500 Resolve CardDAV sync not working due to new login system #163 2021-11-24 08:36:27 +01:00
djmaze 00ef26a905 Bugfix: messagelist flex was broken 2021-11-23 17:18:42 +01:00
djmaze 1da2bb045f Removed unused CopyDir() and InlineRebuildStringToJsString()
Bugfix StrMailDomainToLower()
2021-11-23 15:09:21 +01:00
djmaze b0463f3bff Replaced StrToLowerIfAscii() for the better mb_strtolower() 2021-11-23 12:23:28 +01:00
djmaze 6a4bd6044a Improved UTF7 ⇄ UTF8 support 2021-11-23 12:09:19 +01:00
djmaze 22e858f905 No need to check 'disable_functions',
function_exists/is_callable do that.
2021-11-23 10:16:32 +01:00
djmaze 361e991aea Improved support RFC 6855 / RFC 5738 (UTF8) 2021-11-23 09:45:03 +01:00
djmaze 769ac33bcd Sieve is always UTF-8 2021-11-23 09:05:42 +01:00