/* HOST NAMES AND SENSITIVE DATA HAVE BEEN REMOVED FOR MY VIEWING PLEASURE */ /************** Let's dump the form to the window if this is the first time the user has tried to authenticate **************/ $username = $_POST['username']; $password = $_POST['password']; $self = $_SERVER['PHP_SELF']; $abook_script = "/opt/webmail_tools/abook_export.py"; $export_button_string = "Export My Address Book"; if (empty($username) || empty($password)) { echo ""; echo "
"; echo ""; echo ""; echo "INSTRUCTIONS
"; echo "This utility will export your webmail address book into a CSV (comma seperated value) file,
which is a common file format that can be imported by most popular email clients, including
the new webmail service (still in testing), Mozilla Mail, and Eudora.
"; echo "To export your address, enter the above information and select the \"$export_button_string\" button.
"; echo "This will redirect you to a new (and temporarily available) page that contains your
CSV formatted address book entries.
"; echo "Save this contents of this page, either by the \"File->Save as...\" method, or by copying and pasting
the contents of the page into an empty text file. The good name for this file would be \"addressbook.csv\".
"; echo "This file can then be imported into your specific email client. See the client-specific documentation
specific instructions on how to do this.
"; echo "