feat(PROJ-14): POP3-Import — Client, Store, Importer, API-Routen, Frontend-Seite
This commit is contained in:
@@ -48,6 +48,12 @@ export function Navbar({ username, role }: NavbarProps) {
|
||||
>
|
||||
IMAP Import
|
||||
</Link>
|
||||
<Link
|
||||
href="/pop3"
|
||||
className="text-sm text-muted-foreground hover:text-foreground transition-colors"
|
||||
>
|
||||
POP3 Import
|
||||
</Link>
|
||||
{role === "admin" && (
|
||||
<Link
|
||||
href="/admin"
|
||||
|
||||
Reference in New Issue
Block a user