mail page rest
This commit is contained in:
parent
305ca84ac2
commit
54e15b8a4f
@ -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';
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user