first version doiing forward with attached original mail

This commit is contained in:
2022-04-19 13:46:20 +02:00
parent d7668dadaa
commit 7b5b6aa701
10 changed files with 167 additions and 108 deletions

View File

@@ -44,7 +44,7 @@
Password
</label>
<label>
<input type="text" name="inbox" value="«data.inbox»" id="imap_inbox" />
<input type="text" name="inbox" value=if(data.inbox)»«data.inbox»«else»INBOX«endif»" id="imap_inbox" />
Inbox name
</label>
</fieldset>

View File

@@ -36,5 +36,6 @@
That's it.
</p>
</fieldset>
«footer()»
</body>
</html>