mail page rest

This commit is contained in:
alma 2025-04-21 14:14:16 +02:00
parent 305ca84ac2
commit 54e15b8a4f

View File

@ -1,6 +1,6 @@
import { NextResponse } from 'next/server';
import { getServerSession } from 'next-auth';
import { authOptions } from '@/lib/auth';
import { authOptions } from '@/app/api/auth/[...nextauth]/route';
import { getImapClient } from '@/lib/imap';
import { ImapFlow } from 'imapflow';