<% local data, viewlibrary, page_info, session = ... htmlviewfunctions = require("htmlviewfunctions") html = require("acf.html") %> <% htmlviewfunctions.displaycommandresults({"editentry", "deleteentry", "createentry"}, session) %>

Edit/View Fetchmail Entries

<% for i,entry in ipairs(data.value) do %> <% end %>
Action Remote Host Enabled Method Remote Mailbox / Domain
<% io.write(html.link{value = "editentry?remotehost=" .. entry.remotehost.."&method="..entry.method.."&remotemailbox="..entry.remotemailbox.."&localdomain="..entry.localdomain.."&redir="..page_info.orig_action, label="Edit " }) %> <% io.write(html.link{value = "deleteentry?submit=true&remotehost=" .. entry.remotehost.."&method="..entry.method.."&remotemailbox="..entry.remotemailbox.."&localdomain="..entry.localdomain, label="Delete " }) %> <%= html.html_escape(entry.remotehost) %> <%= html.html_escape(tostring(entry.enabled)) %> <%= html.html_escape(entry.method) %> <% if entry.localdomain and entry.localdomain ~= "" then io.write(html.html_escape(entry.localdomain)) else io.write(html.html_escape(entry.remotemailbox)) end %>

Add new entry

" method="post">