1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-06-15 00:05:15 +02:00

Feature: Search support for before: and after: dates (#252)

This commit is contained in:
Ralph Slooten
2024-04-12 14:44:14 +12:00
parent 186f8b1829
commit a7dfbf4af0
11 changed files with 79 additions and 17 deletions

View File

@ -16,6 +16,7 @@ export default {
beforeMount() {
document.title = document.title + ' - ' + location.hostname
mailbox.showTagColors = !localStorage.getItem('hideTagColors') == '1'
mailbox.timeZone = localStorage.getItem('timezone') ? localStorage.getItem('timezone') : Intl.DateTimeFormat().resolvedOptions().timeZone;
// load global config
this.get(this.resolve('/api/v1/webui'), false, function (response) {