Commit graph

3175 commits

Author SHA1 Message Date
djmaze
340b0304b4 Resolve issue #140 missing language strings 2021-09-02 12:12:16 +02:00
djmaze
cca8ce065c Resolve issue #139 2021-09-02 12:09:16 +02:00
djmaze
a15e7f6d1e Resolve issue #140 2021-09-02 11:31:23 +02:00
djmaze
fa25be0631 Make unsubsribeLinks observable 2021-09-01 16:10:44 +02:00
djmaze
448120b665 HighestModSeq & Uidvalidity are integers according to IMAP RFC 2021-09-01 16:08:44 +02:00
djmaze
010794fccb v2.7.0 2021-09-01 12:21:08 +02:00
djmaze
53ece73da0 Run eslint before compiling JavaScript 2021-09-01 11:18:57 +02:00
djmaze
36971482a0 Some code cleanups 2021-09-01 11:02:51 +02:00
djmaze
aa16ef3dd0 Improved messageview design 2021-09-01 11:01:56 +02:00
djmaze
47bbd3d410 Bugfix: exitFullscreen() errors 2021-09-01 11:01:13 +02:00
djmaze
671a7a7002 Don't show unread on system folders 2021-09-01 09:43:53 +02:00
djmaze
bafc74fd09 Also prevent browser unload in Chrome 2021-08-31 16:21:40 +02:00
djmaze
f2d172de7d Prevent unloading of browser window when popups (like composer window) are open. 2021-08-31 16:17:20 +02:00
djmaze
8eaf9dc9c3 Bugfix previous commit 2021-08-31 15:33:09 +02:00
djmaze
2518881d10 Drop \MailSo\Base\Loader and just use $_SERVER['REQUEST_TIME_FLOAT'] in \MailSo\Log\Logger 2021-08-31 15:14:01 +02:00
djmaze
1b497ae239 Move \MailSo\Base\Utils::ConvertSystemString to \MailSo\Base\Locale::ConvertSystemString 2021-08-31 08:12:55 +02:00
djmaze
2fc9d5cff0 Try to resolve issue #137 2021-08-31 08:12:00 +02:00
djmaze
3756264669 Improvements for issue #136 2021-08-30 14:01:42 +02:00
djmaze
9cf83eb62a Better Md5Rand and Sha1Rand 2021-08-30 09:49:03 +02:00
djmaze
df975ade72 .less to .css see comments #134 2021-08-30 09:43:18 +02:00
the-djmaze
5c0ce6fef1
Merge pull request #135 from Alphix/update-plugin-comments
[snappymail] More changes to use the word "extensions"
2021-08-28 21:44:04 +02:00
David Härdeman
4e28a7bb7b [snappymail] More changes to use the word "extensions" rather than plugins/packages 2021-08-27 23:49:03 +02:00
djmaze
45662b39b0 Improved and cleanup CSS and language selectors 2021-08-27 16:30:42 +02:00
djmaze
f192902827 Improved design for #129 and #130 2021-08-27 12:54:11 +02:00
djmaze
2f87ada0c4 Resolve issue #129 2021-08-27 12:20:48 +02:00
djmaze
ff8e1ebd80 Fix indentation 2021-08-27 11:29:39 +02:00
djmaze
79d58ee45b Merge branch 'master' of github.com:the-djmaze/snappymail 2021-08-27 11:22:39 +02:00
djmaze
d78dcdade4 Resolve issue #128 2021-08-27 11:22:08 +02:00
the-djmaze
4e7a62ef84
Merge pull request #127 from Alphix/cosmetic_fixes_to_mailclient
Cosmetic fixes to mailclient
2021-08-27 10:02:30 +02:00
the-djmaze
74a1b72703
Merge pull request #132 from Alphix/redis_setex_fix
[redis] Fix call to setex()
2021-08-27 10:01:32 +02:00
djmaze
202fac8295 Some small UI design improvements 2021-08-27 09:59:13 +02:00
David Härdeman
34b8a4395a [redis] Fix call to setex()
\Predis\Client\setex doesn't return a boolean, but the current Redis
caching functionality expects it to do so.
2021-08-26 23:32:23 +02:00
djmaze
c8678953fe Resolve issue #130 2021-08-26 20:31:38 +02:00
djmaze
637ed9a478 Improve new .tabs CSS from 2021-08-26 20:10:14 +02:00
djmaze
d7a30cba79 Revamp tabs system using CSS display:grid instead of JavaScript 2021-08-26 08:10:56 +02:00
David Härdeman
691300da51 [snappymail] Clean up exception descriptions in MailClient.php
The messages are currently shown in the main UI as e.g.:
	Can't create folder. New folder name contains delimiter

Including a period (which seems to be the preferred style in other source
files) means that the error message would read:

	Can't create folder. New folder name contains delimiter.

Also fix two typos.
2021-08-25 17:23:57 +02:00
David Härdeman
8608c18bbe [snappymail] Fix some confusing indentation 2021-08-25 17:19:25 +02:00
djmaze
fe4344794b Workarounds for #124 (does not solve it) 2021-08-25 16:30:47 +02:00
djmaze
8a22ddff5e Improved #121 2021-08-25 16:27:17 +02:00
djmaze
6435fc3876 Bugfix: Trying to access array offset on OptionalResponse is null 2021-08-25 15:15:27 +02:00
djmaze
b24da035df Bugfix: undefined $sStyles 2021-08-25 15:00:45 +02:00
djmaze
3ad9bb6258 Cleanup some code 2021-08-25 13:22:40 +02:00
djmaze
ddb6daace6 Resolve weird cursor as mentioned in #112 2021-08-25 12:43:13 +02:00
djmaze
be9cb6c727 Bugfix for #123 2021-08-25 12:34:19 +02:00
djmaze
0b323ab870 Bugfix: when clicking \NoSelect subfolder, it redirect to parent
Improvement for #112
2021-08-25 12:24:27 +02:00
djmaze
0d35c70d7c Fix dark theme FolderList change 2021-08-25 12:18:24 +02:00
djmaze
e57069af4e Forgot to stage and commit this change for #123 2021-08-25 12:15:13 +02:00
djmaze
7a46527aa8 0 equals FALSE, so no need to check
Change 'TODO' with 'TODO: Translate'
2021-08-25 12:14:25 +02:00
the-djmaze
b1f78361f6
Merge pull request #122 from Alphix/fix_issue_72
Fix issue #72
2021-08-25 12:02:51 +02:00
djmaze
5db8f032b8 Resolve issue #123 2021-08-25 12:00:50 +02:00