' . "
" . _("Remote POP server settings") . '
' . '' . '' . '
' . _("You should be aware that the encryption used to store your password is not perfectly secure. However, if you are using pop, there is inherently no encryption anyway. Additionally, the encryption that we do to save it on the server can be undone by a hacker reading the source to this file." ) . '
' . _("If you leave password empty, it will be required when you fetch mail.") . '
':'>') . _("Encrypt passwords (informative only)") . '
'; //if dosen't select any option if (!isset($mf_action)) { echo '' . " ' . "
" . _("Add Server") . '
" . "" . '' . '' . '' . '' . '' . '' . '' . '' . '' . '' . '
' . _("Server:") . '
' . _("Alias:") . '
' . _("Username:") . '
' . _("Password:") . '
' . _("Store in Folder:") . ''; $imapConnection = sqimap_login ($username, $key, $imapServerAddress, $imapPort, 0); $boxes = sqimap_mailbox_list($imapConnection); echo '
 ' . _("Leave Mail on Server") . '
 ' . _("Check mail during login") . '
 ' . _("Check mail during folder refresh") . '
'; // Modify Server echo '
' . '' . "' . "
" . _("Modify Server") . '
"; if ($mailfetch_server_number>0) { echo "
"; echo '' . _("Server Name:") . '   
'; } else { echo _("No-one server in use. Try to add."); } echo '
'; // Delete Server echo '
' . '' . "' . "
" . _("Delete Server") . '
"; if ($mailfetch_server_number>0) { echo "
" . '' . _("Server Name:") . '   
'; } else { echo _("No-one server in use. Try to add."); } echo '
'; } elseif ($mf_action=="delete") { //erase confirmation about a server echo '' . "' . '
" . _("Fetching Servers") . '
' . '
' . '' . "' . "
" . _("Confirm Deletion of a Server") . '
" . "" . '' . '
' . _("Selected Server:") . "$mailfetch_server_[$mf_sn]
" . _("Confirm delete of selected server?") . '

' . '' . '
'; } elseif ($mf_action=="modify") { //modify a server echo '' . "' . '
" . _("Fetching Servers") . '
' . '
' . '' . "' . "
" . _("Mofify a Server") . '
" . "" . '' . '' . '' . "" . '' . "" . '' . "" . '' . "" . '' . '' . '' . '' . '' . '' . '
' . _("Server:") . '
' . _("Alias:") . '
' . _("Username:") . '
' . _("Password:") . '
' . _("Store in Folder:") . ''; $imapConnection = sqimap_login ($username, $key, $imapServerAddress, $imapPort, 0); $boxes = sqimap_mailbox_list($imapConnection); echo "
 ' . _("Leave Mail on Server") . '
 ' . _("Check mail during login") . '
 ' . _("Check mail during folder refresh") . '
'; } else { //unsupported action echo '' . "' . '
" . _("Fetching Servers") . '

' . '' . "' . "
" . _("Undefined Function") . '
" . _("Hey! Wath do You are looking for?") . '
'; } ?>