Commit graph

3139 commits

Author SHA1 Message Date
djmaze 9da4fd569b Small code cleanup 2021-11-03 12:18:34 +01:00
djmaze 6e1cf74908 Make IMAP QUOTA rfc2087 a trait 2021-11-03 12:09:43 +01:00
djmaze 88f603ac3d Fix broken Metadata 2021-11-03 12:02:27 +01:00
djmaze 0055eb6016 Improved IMAP sort/search/thread command handling 2021-11-03 11:24:26 +01:00
djmaze 93ced6f5f0 Refresh theme after login 2021-11-03 02:28:19 +01:00
djmaze 6c797c34f8 Activated search subfolders as request by #154 2021-11-03 02:28:01 +01:00
djmaze b1038667ee Added ACL response class for #157 2021-11-01 22:59:04 +01:00
djmaze ecdf1603b3 Bugfix: dark mode "horizontal split" the message area was white 2021-11-01 16:28:45 +01:00
djmaze 8d3bcdc2f2 Merge quota requests into folders request 2021-11-01 16:26:07 +01:00
djmaze 20eb01de08 Added AbstractFetchRemote.streamPerLine(fCallback, sGetAdd) for future use of streaming data to the client. 2021-11-01 14:57:58 +01:00
djmaze 013f09c8d3 Better fix for broken DoFolderInformation() response 2021-11-01 12:10:45 +01:00
djmaze e52addf346 When login don't reload the whole browser. Just rebuilt screens 2021-11-01 11:24:11 +01:00
djmaze d3500e2921 Bugfix: i broke the DoFolderInformation() response 2021-11-01 09:15:16 +01:00
djmaze 7188ae753e Some small code improvements 2021-11-01 00:35:59 +01:00
djmaze 3676183b10 Part of issue #157 (rfc2086 & rfc4314) 2021-11-01 00:29:20 +01:00
djmaze 06cb57bc93 No need to respond APP_VERSION in FolderInformation and FolderInformationMultiply requests 2021-10-31 01:06:32 +02:00
djmaze e4149b655c Added support for rfc7889 and impoved rfc8474 2021-10-31 00:33:22 +02:00
djmaze d4117dc723 Resolve #155 Office365 lacks IMAP features 2021-10-29 23:43:32 +02:00
djmaze 9db640c6c5 No need to set page=1 when calling mailBox() 2021-10-29 15:25:00 +02:00
djmaze 448f01e0c0 v2.8.0 missed bug 2021-10-29 13:12:42 +02:00
djmaze 1904ecf7d9 v2.8.0 2021-10-29 13:09:12 +02:00
djmaze d3ad9dc115 Improved IMAP4rev2 RFC9051 support 2021-10-29 12:55:46 +02:00
djmaze 1cdbf2b944 Will this work for #124? 2021-10-29 11:52:59 +02:00
djmaze 3184f22d6c Prevent double foreach in \MailSo\Imap\ResponseCollection::getFoldersResult() 2021-10-29 11:51:56 +02:00
djmaze 4b7495b7e7 Folder flags case-sensitive not used, so remove them 2021-10-29 10:21:19 +02:00
djmaze f2fe937940 Again PHP Notice: Undefined index: HIGHESTMODSEQ #149 2021-10-29 10:11:34 +02:00
djmaze 12ebe4c3a0 More folderlist speedups 2021-10-29 10:08:42 +02:00
djmaze 76630f593d Added some RFC 9051 IMAP4rev2 details
Added the missing FolderCheck() and FolderClose() commands
2021-10-29 01:57:05 +02:00
djmaze 2eac280508 IMAP LOGIN returns CAPABILITY, use that.
And bugfix broken XOAUTH2
2021-10-29 01:13:42 +02:00
djmaze 55c41c16b1 Missing space in dutch translation 2021-10-28 21:33:15 +02:00
djmaze b326fb5af4 Improved error handling for exif_read_data() File not supported 2021-10-28 21:32:59 +02:00
djmaze d2e69d7459 TODO Comment for #154 2021-10-28 21:32:20 +02:00
djmaze 8fae760bb8 Bugfix: error for folder status after IMAP FolderUnselect 2021-10-28 21:31:32 +02:00
djmaze 6faf8a6a36 Add constants for RFC 3516 2021-10-28 13:36:33 +02:00
djmaze ed6be165f9 Add TODO comments for rfc4551 2021-10-28 13:36:12 +02:00
djmaze 913f1bfb10 Speedup MailClient folders list generator 2021-10-28 12:37:37 +02:00
djmaze 8636163f97 Bugfix: Undefined variable $key 2021-10-28 11:19:45 +02:00
djmaze a0f96103a3 Bugfix: undefined $oResponse 2021-10-28 11:17:43 +02:00
djmaze 0ba7d3979a Added IMAP FolderHierarchyDelimiter() to easily fetch the delimiter 2021-10-28 11:17:18 +02:00
djmaze 371797cab1 IMAP oLastResponse not needed 2021-10-28 10:42:33 +02:00
djmaze 6c84313c98 Don't call IMAP METADATA on LSUB 2021-10-28 09:48:22 +02:00
djmaze e289532699 Move IMAP response parser to trait for readability 2021-10-28 09:47:46 +02:00
djmaze 9fbde56e01 Make IMAP LIST-STATUS extension optional so you can turn it off on slow servers.
See application.ini `imap_use_list_status`
2021-10-27 22:44:24 +02:00
djmaze 68fc40e911 Damn, forgot browser cache while debugging. Now it works 2021-10-27 22:19:15 +02:00
djmaze 2afb11fd65 Improve previous bugfix commit with additional comments. 2021-10-27 21:49:44 +02:00
djmaze 3230a653d3 Bugfix: there's a long standing IMAP CLIENTBUG where STATUS command is executed after SELECT/EXAMINE on same folder 2021-10-27 21:14:52 +02:00
djmaze a7194b74b9 Added RFC 2971 2021-10-27 19:42:09 +02:00
djmaze 85e7cbc206 Document some code 2021-10-27 19:41:54 +02:00
djmaze d0210bd09a No need to call folderInformationMultiply at boot when LIST-STATUS is supported 2021-10-27 15:30:19 +02:00
djmaze 8d07ab87fa Merge STATUS related code into a trait 2021-10-27 13:54:55 +02:00