Add organize_enabled toggle for folders and improve UI with loading states

This commit is contained in:
Bryce
2025-08-05 10:47:16 -07:00
parent 1eca7f3ff9
commit 31871ed8ec
12 changed files with 119 additions and 57 deletions

View File

@@ -242,8 +242,9 @@ def imap_config_modal():
@login_required
def test_imap_connection():
"""Test IMAP connection with provided configuration."""
print("HELLO")
try:
import time
time.sleep(5)
# Get form data
server = request.form.get('server')
port = request.form.get('port')