From 5ac1d6e760400e38b9e71f8faa8d3eb61e8e9b2f Mon Sep 17 00:00:00 2001 From: alma Date: Sun, 27 Apr 2025 22:10:51 +0200 Subject: [PATCH] courrier multi account restore compose --- app/courrier/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/app/courrier/page.tsx b/app/courrier/page.tsx index e566de4b..eae1d956 100644 --- a/app/courrier/page.tsx +++ b/app/courrier/page.tsx @@ -683,7 +683,7 @@ export default function CourrierPage() { {/* Form for adding a new account */} {showAddAccountForm && (
-

Add IMAP Account

+

Add IMAP Account

{ e.preventDefault(); setLoading(true); @@ -776,21 +776,21 @@ export default function CourrierPage() { setLoading(false); } }}> -
+
IMAP Settings SMTP Settings - +
@@ -801,7 +801,7 @@ export default function CourrierPage() { name="password" type="password" placeholder="•••••••••" - className="h-7 text-xs" + className="h-7 text-xs bg-white border-gray-300" required />
@@ -811,7 +811,7 @@ export default function CourrierPage() { id="display_name" name="display_name" placeholder="John Doe" - className="h-7 text-xs" + className="h-7 text-xs bg-white border-gray-300" />
@@ -820,7 +820,7 @@ export default function CourrierPage() { id="host" name="host" placeholder="imap.example.com" - className="h-7 text-xs" + className="h-7 text-xs bg-white border-gray-300" required />
@@ -831,7 +831,7 @@ export default function CourrierPage() { id="port" name="port" placeholder="993" - className="h-7 text-xs" + className="h-7 text-xs bg-white border-gray-300" defaultValue="993" required /> @@ -845,14 +845,14 @@ export default function CourrierPage() {
- +
@@ -862,7 +862,7 @@ export default function CourrierPage() { id="smtp_port" name="smtp_port" placeholder="587" - className="h-7 text-xs" + className="h-7 text-xs bg-white border-gray-300" defaultValue="587" />
@@ -879,7 +879,7 @@ export default function CourrierPage() {
-
+