Commit graph

  • edd083801f Resolve #780 the-djmaze 2022-12-16 11:41:51 +01:00
  • 9484ff3cbb Resolve #769 the-djmaze 2022-12-16 09:45:18 +01:00
  • 26706acf6a Added more imapsync CLI options and help the-djmaze 2022-12-16 09:32:10 +01:00
  • b3fa14f017 v2.23.1 v2.23.1 the-djmaze 2022-12-15 17:14:32 +01:00
  • 99a3132023 Improved imapsync to use JMAP role for matching system folders the-djmaze 2022-12-15 16:27:02 +01:00
  • 9fb7cd881f Resolve #778 the-djmaze 2022-12-15 14:06:25 +01:00
  • 54896bf044 Remove most DoFolders loops as they are not used. And move system folder detection/autocreate to MailboxDetectPlugin because it is hardly used. And by using mailbox.role the default system folder detection is only using (IMAP and JMAP) RFC standards. the-djmaze 2022-12-15 13:49:39 +01:00
  • 8799cd3e8d Resolve #777 the-djmaze 2022-12-14 20:02:16 +01:00
  • 30a6f7f94a Cleanup Folders() fetch the-djmaze 2022-12-14 17:16:14 +01:00
  • 7c472943cf Fix input number width the-djmaze 2022-12-14 16:45:53 +01:00
  • 21d7e91493 New solution for #423 due to #774 the-djmaze 2022-12-14 16:39:03 +01:00
  • 439ad5596f
    Merge pull request #774 from e-foundation/fix-smtp-client-sasl the-djmaze 2022-12-14 15:37:23 +01:00
  • 77669cfcc7 Disable unused folder_list_limit as MailSo\Mail\MailClient->folderListOptimization() was removed the-djmaze 2022-12-14 14:04:30 +01:00
  • d7e93d8229 Merge MailSo\Mail\Folder into MailSo\Imap\Folder and speedup process the-djmaze 2022-12-14 14:03:16 +01:00
  • 06860a51e6
    Revert pull 423 Akhil 2022-12-14 15:17:37 +05:30
  • 6765f4bb5d Resolve #764 the-djmaze 2022-12-14 09:42:34 +01:00
  • 569f4daac1 Cleaner messageview header the-djmaze 2022-12-13 16:52:42 +01:00
  • fd6dc611bb Added more JMAP info the-djmaze 2022-12-13 16:52:20 +01:00
  • 21eaf88fd9 Bugfix: undefined $this->oImapResponse->ResponseList the-djmaze 2022-12-13 14:06:47 +01:00
  • f8f8cd0124 MessageResultCount to JMAP totalEmails the-djmaze 2022-12-13 14:04:43 +01:00
  • df8e4d2b9d Bugfix for new Settings system the-djmaze 2022-12-13 13:41:27 +01:00
  • ec80404eed Better log failed mkdir() the-djmaze 2022-12-13 12:29:18 +01:00
  • 5c5287ea23 Moved most IMAP settings to domain control the-djmaze 2022-12-13 11:55:48 +01:00
  • 5394599a9d Set timeout defaults the-djmaze 2022-12-13 11:08:33 +01:00
  • d756558303 Move timeout to global MailSo\Net\ConnectSettings the-djmaze 2022-12-13 10:27:46 +01:00
  • 3ccf70e5cd Don't fetchUnread for main account the-djmaze 2022-12-13 09:54:39 +01:00
  • f98f1db441 Move all imap config options to MailSo\Imap\Settings for per domain control the-djmaze 2022-12-13 09:54:19 +01:00
  • 780aa8759d Rename __FORCE_SELECT_ON_EXAMINE__ to __FORCE_SELECT_ON_EXAMINE the-djmaze 2022-12-12 13:07:43 +01:00
  • d0db7f5ce3 Resolve #760 the-djmaze 2022-12-12 13:03:41 +01:00
  • c27e231f53 Reduce amount of avatar requests based on config settings the-djmaze 2022-12-12 11:51:58 +01:00
  • 60b72ed981 Bugfix: CSS .e-checkbox.material-design invisible on show/hide the-djmaze 2022-12-12 11:13:33 +01:00
  • e0f3995e85 Resolve #766 the-djmaze 2022-12-12 11:12:48 +01:00
  • 9c3fe7d4e5 imapsync echo progress to CLI #744 the-djmaze 2022-12-12 09:40:39 +01:00
  • 48712ac13f ImapSync example script #744 the-djmaze 2022-12-09 10:33:02 +01:00
  • 97bdaf4788 v2.23.0 v2.23.0 the-djmaze 2022-12-08 17:15:46 +01:00
  • 7807859975 Show OpenSSL version in Admin -> About the-djmaze 2022-12-08 16:37:50 +01:00
  • 33a4692c06 Improve solution for #758 and #759 the-djmaze 2022-12-08 12:13:35 +01:00
  • a2ec25fbd4
    Merge pull request #759 from e-foundation/oauthbearer-sasl-fix the-djmaze 2022-12-08 12:05:37 +01:00
  • 95a84f8e62
    Fix oauthbearer encoding Akhil 2022-12-08 16:20:51 +05:30
  • 682af34d53 Deprecate Account->Login() and Account->Password() the-djmaze 2022-12-08 10:35:20 +01:00
  • 6af4ead706 Missing user dropdown css changes the-djmaze 2022-12-08 10:27:42 +01:00
  • b374023ddb Cleaner accounts list in systemdropdown the-djmaze 2022-12-08 09:54:55 +01:00
  • c9b1098236 Add extension JsonHook info the-djmaze 2022-12-08 09:37:39 +01:00
  • 477158e54a Changed some Plugin hooks for better handling: * json.action-pre-call => json.before-{actionname} * json.action-post-call => json.after-{actionname} the-djmaze 2022-12-08 09:08:41 +01:00
  • 4397eaed86 Bugfix for #756 the-djmaze 2022-12-07 19:57:00 +01:00
  • 079f334bcc Resolve #437 the-djmaze 2022-12-07 17:36:04 +01:00
  • 9bb65609e2 width: fit-content; should be supported by all browsers the-djmaze 2022-12-07 16:35:57 +01:00
  • 8a5274de61 Fix border-box issue .buttonCompose the-djmaze 2022-12-07 16:34:30 +01:00
  • 72e89ba4e0 Bump avatars extension version number for the changes the-djmaze 2022-12-07 16:28:05 +01:00
  • 40cf942ddd Only run JSON hooks when $sAction is set #755 the-djmaze 2022-12-07 16:26:38 +01:00
  • b679cb41d9 Make all dialogs fit in mobile view #686 the-djmaze 2022-12-07 16:25:37 +01:00
  • 39bc370dff Resolve #754 the-djmaze 2022-12-07 13:22:52 +01:00
  • 70ff592bb7 Merge branch 'master' of github.com:the-djmaze/snappymail the-djmaze 2022-12-07 12:25:22 +01:00
  • 94c3fa464d Resolve #744 (not active!!) the-djmaze 2022-12-07 12:24:31 +01:00
  • 8d1290e2c4 Small fixes the-djmaze 2022-12-07 10:59:52 +01:00
  • b64e0a026d
    Merge pull request #753 from cm-schl/master the-djmaze 2022-12-06 16:03:38 +01:00
  • b2e111fc14 Resolve #750 the-djmaze 2022-12-06 15:56:46 +01:00
  • 4709e6fc25 Resolve #752 the-djmaze 2022-12-06 15:56:28 +01:00
  • 5efd926f22 Plugin configuration did not load anymore when type was SELECTION due to not existing object cm-schl 2022-12-06 14:46:23 +01:00
  • 544ec16830 v2.22.7 v2.22.7 the-djmaze 2022-12-06 14:31:38 +01:00
  • 01d1d5d284 Added folder hash comment for UNSEEN issue the-djmaze 2022-12-06 14:27:12 +01:00
  • 95bcc29d59 Bugfix: Avatars From error when in Kolab folder/mailbox the-djmaze 2022-12-06 14:26:51 +01:00
  • 08217d4e99 Resolve #712 the-djmaze 2022-12-06 11:41:02 +01:00
  • c7f554d22b Bugfix: msg.from[0] is undefined the-djmaze 2022-12-06 11:19:21 +01:00
  • 0b2e82f9ca Cleanup some logging the-djmaze 2022-12-06 11:11:16 +01:00
  • 01a9556b9c Don't request remote avatars in mobile mode the-djmaze 2022-12-06 11:10:43 +01:00
  • 6b6aa54b99 Bugfix undefined matched domain should say email@example matched domain the-djmaze 2022-12-06 10:50:55 +01:00
  • 31e2962f9a Merge branch 'master' of github.com:the-djmaze/snappymail the-djmaze 2022-12-06 10:40:33 +01:00
  • e8fc4eaa30 Cleanup some logging the-djmaze 2022-12-06 10:40:17 +01:00
  • dc335f0016 Resolve #748 and #746 the-djmaze 2022-12-06 10:40:02 +01:00
  • 6a6b800158
    Merge pull request #749 from LarsBel/master the-djmaze 2022-12-05 20:10:10 +01:00
  • ae40214f46 Maybe solution for #746 and #748 ? the-djmaze 2022-12-05 19:24:29 +01:00
  • 34b0a09ed6
    fixed order error LarsBel 2022-12-05 17:56:46 +01:00
  • 6ac1f2b67a Resolve PHP 8.2 Creation of dynamic property is deprecated the-djmaze 2022-12-05 16:25:24 +01:00
  • aa22dc61ca Bugfix Undefined property: MailSo\Mail\FolderCollection::$capabilities v2.22.6 the-djmaze 2022-12-05 13:32:00 +01:00
  • 116fed7284 v2.22.6 the-djmaze 2022-12-05 13:30:57 +01:00
  • 75c923f00f Prepare new Impersonate feature https://github.com/nextcloud/impersonate/pull/180 the-djmaze 2022-12-05 11:48:46 +01:00
  • 07876dee81 Add comment for #737 the-djmaze 2022-12-05 11:09:57 +01:00
  • f82574a472 Use UIDVALIDITY when HIGHESTMODSEQ not available, maybe solves #745 the-djmaze 2022-12-05 11:09:42 +01:00
  • d48b3a74fc Use new FolderStatusAndSelect() on MessageList() the-djmaze 2022-12-05 10:32:12 +01:00
  • a7f93ef864 Remove UNSEEN on IMAP4rev2 deprecated SELECT/EXAMINE the-djmaze 2022-12-05 10:31:13 +01:00
  • 4a5bd9033f No need to generate 1000's of ID's for MessageListByRequestIndexOrUids() the-djmaze 2022-12-05 10:03:11 +01:00
  • c9294619e9 Merge branch 'master' of github.com:the-djmaze/snappymail the-djmaze 2022-12-04 15:10:04 +01:00
  • 7af66185c4 Idea for #737 the-djmaze 2022-12-04 15:09:47 +01:00
  • a88dc82224 Resolve #737 the-djmaze 2022-12-04 14:41:12 +01:00
  • 77f738f79f
    Merge pull request #742 from LarsBel/patch-1 the-djmaze 2022-12-03 16:28:48 +01:00
  • fb29f8b0dd Merge branch 'master' of github.com:the-djmaze/snappymail the-djmaze 2022-12-03 15:19:13 +01:00
  • 605ee88041 Resolve #741 the-djmaze 2022-12-03 15:18:59 +01:00
  • e5974c600a
    Update upgrade.sh LarsBel 2022-12-03 10:32:32 +01:00
  • 9bfce21d23
    skip if same version LarsBel 2022-12-03 10:19:28 +01:00
  • e4664ad458
    Merge pull request #736 from mayswind/master the-djmaze 2022-12-02 21:22:42 +01:00
  • 88096589ac
    Update Chinese translation mayswind 2022-12-03 00:27:42 +08:00
  • cb2a265373 v2.22.5 v2.22.5 the-djmaze 2022-12-02 16:47:17 +01:00
  • 2aca295851 Resolve #731 and #719 Don't clear SignMe cookie due conflict with new smctoken cookie. the-djmaze 2022-12-02 15:32:27 +01:00
  • 543725dd42 Avatars extension added option to preload known service icons the-djmaze 2022-12-02 14:28:15 +01:00
  • bff88e9f6a Avatars use text or colored silhouette as defaults the-djmaze 2022-12-02 09:09:30 +01:00
  • f2aba8b11d Attempt to fix sign me tokens #731 and #719 the-djmaze 2022-12-01 23:00:00 +01:00
  • 4d0ee8736b Reduce amount of server requests to fetch remote avatars the-djmaze 2022-12-01 22:47:57 +01:00
  • c56cc7be73 Added advanced PluginPropertyType::SELECT for improved Avatars plugin the-djmaze 2022-12-01 19:09:05 +01:00
  • ae4a71f9a5 chore: Improve padding of message list footer Rene Hampölz 2022-11-30 21:24:07 +00:00