[not loaded]
mbox.pl
name_mbox(?Name, ?MBox) is nondet[private]
- True if MBox is the URL for sending mail to Name.
simple_mbox_table(+HTTPRequest)[private]
- Write a table the naive way.
mbox_table(+HTTPRequest)[private]
- Write a table the proper way. This code is guaranteed to produce legal HTML and can, based on a global switch, be configured to produce XHTML or plain HTML.
json_mbox_table(+HTTPRequest)[private]
- Write a table as a JSON object, leaving the rendering to a Javascript client library.