mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-03-24 19:07:23 +01:00
Mailpile: an installation script and a multiplexer daemon that proxies Mailpile behind an authorization step and multiplexes Mailpile instances per logged in user
This commit is contained in:
9
mailpile-multiplexer/templates/frameset.html
Normal file
9
mailpile-multiplexer/templates/frameset.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Mailpile</title>
|
||||
</head>
|
||||
<FRAMESET ROWS="35, *" BORDER="0">
|
||||
<FRAME SRC="status">
|
||||
<FRAME SRC="mailpile">
|
||||
</FRAMESET>
|
||||
</HTML>
|
||||
Reference in New Issue
Block a user