[not loaded]All predicatesShow sourcembox.pl

Source name_mbox(?Name, ?MBox) is nondet[private]
True if MBox is the URL for sending mail to Name.
Source simple_mbox_table(+HTTPRequest)[private]
Write a table the naive way.
Source 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.
Source json_mbox_table(+HTTPRequest)[private]
Write a table as a JSON object, leaving the rendering to a Javascript client library.