zlockhd-window
其他 

所属分类:其他
开发工具:PHP
文件大小:117KB
下载次数:1
上传日期:2018-05-29 12:52:07
上 传 者NP%21991390
说明:  gmail-mobile-1 2 zip ,php 的gmail 程序

文件列表:
lang\Getting_language_modules.txt (315, 2005-10-29)
lang\lang_codes.txt (1111, 2005-10-27)
robots.txt (44, 2005-11-30)
b9compose.php (43359, 2006-03-07)
diagnose.php (8509, 2006-01-15)
disclaim.php (2079, 2006-01-02)
Econfig.php (15600, 2006-03-03)
F5attach.php (10308, 2006-03-07)
filter.php (25271, 2006-01-26)
fpop.php (5941, 2006-02-23)
general.php (12977, 2006-03-06)
gmobile_env.php (11238, 2006-03-03)
gmobile_functions.php (18281, 2006-03-06)
gmobile_lang.php (25348, 2006-02-28)
h4account.php (15473, 2006-03-04)
Icontact.php (27465, 2006-03-07)
index.php (25428, 2006-02-28)
invite.php (3758, 2006-01-26)
label.php (7499, 2006-01-25)
libgmailer.php (138059, 2006-03-04)
link.php (3409, 2006-03-04)
logout.php (1596, 2006-01-23)
main.php (69741, 2006-03-07)
mobile.php (6327, 2006-02-23)
pin.php (2235, 2006-01-02)
search.php (13506, 2006-02-28)
setting.php (2068, 2006-01-11)
template.php (3229, 2006-01-03)
COPYING (18004, 2005-08-09)
pCHANGES (31764, 2006-03-04)
SERVER_HELP (4728, 2006-01-15)
TODO (547, 2006-03-01)
VERSION 1.2 (0, 2005-09-26)
favicon.ico (1406, 2005-09-18)
Kclip.gif (184, 2005-11-28)
nost.gif (171, 2005-11-28)
star.gif (183, 2005-11-28)
trash.gif (100, 2006-02-23)
Uchat.gif (164, 2006-02-16)
... ...

/**************************************************************** gmail-mobile (a.k.a. unofficial Gmail Mobile) Copyright (c) 2005, 2006 Neerav Modi and others Version 0.11 (c) 2004 GAN Ying Hung, Rudi Pittman, Gaston Annebicque Licensed under the GNU GPL. For full terms see the file COPYING. gmail-mobile (unofficial Gmail Mobile since Sept 2004) provides access to Gmail accounts with any WAP enabled phone or hand held (in WML format). http://gmail-mobile.sourceforge.net *****************************************************************/ LICENSE/COST: ============= gmail-mobile Copyright (c) 2005, 2006 Neerav Modi and others Version 0.11 (c) 2004 GAN Ying Hung, Rudi Pittman, Gaston Annebicque This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. See the file COPYING included with this software for more detailed licensing information. INTRODUCTION: ============= gmail-mobile (unofficial Gmail Mobile since Sept 2004) is a PHP application that allows access to Gmail (Google email -- http://gmail.com) account with any WAP enabled phone or hand held (in WML format). It is a convenient alternative access method to your email account while on the move. gmail-mobile incorporates as many of the regular features of Gmail that can be provided within the limitations of a mobile phone. http://gmail-mobile.sourceforge.net TECHNICAL DETAIL: ================= gmail-mobile is written in PHP and is built on top of the libgmailer library. More details on libgmailer and libgmailer-related projects can be found at: http://gmail-lite.sourceforge.net AVAILABILITY/DOWNLOAD: ====================== The latest version of gmail-mobile can be downloaded from the SourceForge project's files area: http://sourceforge.net/project/showfiles.php?group_id=118579 If you sign-in, you can choose to monitor the package (highly recommended). That means you will receive notifications every time a new version is released. REQUIREMENTS: ============= - gmail-mobile requires a web server with at least PHP v4.3. It may run on earlier versions, albeit with unintended consequences, um, I mean, extra features ;-) - The default installations of PHP on most servers should provide you with all of the PHP functionality you should need (sessions and curl library). Access the enclosed diagnose.php script using your PC's web browser just to ensure everything is in order. - A server that has safe-mode OFF is preferred. See SAFE MODE in the SERVER_HELP file for more details. Some features will NOT work if safe-mode is ON. - A Gmail account would be helpful ;-) INSTALLATION: ============= NEW INSTALL ----------- NOTE: REMOVE, MOVE or RENAME the diagnose.php script after it is confirmed that gmail-mobile is working correctly. KEEPING THE DIAGNOSE.PHP SCRIPT IN A WEB ACCESSIBLE LOCATION IS A SECURITY HAZZARD. 1. Copy all files to a directory on your server. 2. Run the diagnostic script (diagnose.php) using your PC's web browser: http://your.server.com/path/to/gmobile/diagnose.php NOTE: Due to security considerations, remove diagnose.php from the public webspace after gmail-mobile has been installed and working properly. 3. If diagnose instructs, see SERVER_HELP file for solutions to getting around some restrictions/settings your server may have placed. 4. Installation completed! 5. Point your mobile browser to http://your.server.com/path/to/gmobile Optional: 6. Edit config.php and set configuration options. This is NOT REQUIRED. 7. If all tests PASS in Step 2 and you're still having trouble getting started, visit the forums (see PROBLEMS/SUPPORT below). 8. You may delete unwanted/unused language files from the "lang" directory. You can also download updated or new supported languages and place them in the "lang" directory from: http://sourceforge.net/project/showfiles.php?group_id=118579 UPGRADE ------- NOTE: REMOVE, MOVE or RENAME the diagnose.php script after it is confirmed that gmail-mobile is working correctly. KEEPING THE DIAGNOSE.PHP SCRIPT IN A WEB ACCESSIBLE LOCATION IS A SECURITY HAZZARD. 1. Copy all files to a directory on your server, overwriting all old files MAKE SURE ALL FILES ARE UPLOADED. DO NOT USE ANY FILES FROM A PREVIOUS VERSION. 2. If diagnose instructs, see SERVER_HELP file for solutions to getting around some restrictions/settings your server may have placed. NOTE: Due to security considerations, remove diagnose.php from the public webspace after gmail-mobile has been installed and working properly. 3. Edit config.php and set configuration options as they were before. 4. If you are using a Sony-Ericsson phone, clear your phone's cache and cookies and restart the phone. 5. If you have use/used the PIN signin feature, delete the "user_pin.php" file from the gmobile directory. It will be recreated in the "temp" directory in the updated format, if necessary. 6. Installation completed! 7. Point your mobile browser to http://your.server.com/path/to/gmobile Optional: 8. If you are having a problem, run the diagnostic script (diagnose.php) using your PC's web browser: http://your.server.com/path/to/gmobile/diagnose.php If all tests PASS and you're still having trouble getting started, visit the forums (see PROBLEMS/SUPPORT below). 9. You may delete unwanted/unused language files from the "lang" directory. You can also download updated or new supported languages and place them in the "lang" directory from: http://sourceforge.net/project/showfiles.php?group_id=118579 USING GMAIL-MOBILE: =================== gmail-mobile uses the same, or very similar, terminology as Gmail itself. So, if you are familiar with using Gmail, you should not have any problems. Here are details of some additional features and behavior that you may find helpful. Bookmark the time zone ---------------------- If you want the Sign-in screen to automatically display your time zone, there are two ways to automagically set it. 1) Define the time zone in the config.php file. Ensure that the "+" or "-" is included. This is convenient if you are the only one using the gmail-mobile installation. 2) If the gmail-mobile installation will be used by many across various time zones, you can create a bookmark on your mobile with the time zone. http://yourserver/gmobile/index.php?timezone=yourtimezone OR http://yourserver/gmobile/index.php?tz=yourtimezone The yourtimezone can be -12, -3, 0, +3.5, +8, etc. The "+" or "-" MUST be included ("6" is INCORRECT; "+6" is CORRECT) DO NOT include quotation marks. Your server or mobile MAY accept a shorter form, where the "index.php" can be left out: http://yourserver/gmobile/?tz=yourtimezone NOTE: The "/" before the "?" MUST still remain! Quick Sign-In ------------- This feature, where the password could be contained in the bookmark has been removed and replaced with a PIN Sign-in feature. PIN Sign-In ------------- This feature allows one to quickly sign into gmail-mobile without having to repeatedly rekey complicated passwords and long usernames. THIS IS A GMAIL-MOBILE FEATURE AND HAS NOTHING TO DO WITH GMAIL. PIN Sign-in attempts to balance: 1) the ability to quickly signin on a mobile with the least number of keypresses. To insure account integrity, most users have very complicated and long passwords, which is very difficult to enter into a mobile phone. 2) all security considerations. One example is: anything passed in a url (and bookmark) is usually logged on multiple servers along the way, therefore storing a password in the bookmark is VERY UNSAFE. The procedure is simple: 1) Turn on the PIN sign-in feature in the config.php file. 2) Sign in as usual, and enter a PIN in the additional "Create PIN" field. 3) The next time you wish to sign in, enter only your username and click "PIN signin". 4) Enter your PIN. You may also bookmark this page for direct access to the PIN signin. For security, the PIN is routinely deleted 96 hours (4 days) after it is created. In addition, the PIN is deleted after three incorrect PIN attempts in the 4 day period, even if there are successful PIN signins inbetween. When this happens, simply repeat Steps 2 and 3 again. A quick guide is available by clicking on "what is this?" next to the Create PIN field (PIN Sign-in must be first turned on in config.php) There are many additional security features and considerations which can be discussed further in the project's forum. Mailboxes --------- - Multiple messages may be selected at the same time by choosing "Select" for all the message you wish to process at once. This is similar to checkboxes in ordinary web browsing. Contacts list (Address Book) ---------------------------- - When choosing recipients from your Contacts list, you can choose into which field they are added: To, Cc, or Bcc. Remove a recipient by choosing " - ". - Multiple Contacts may be deleted at the same time by choosing "Delete" for all the contacts you wish to delete. - The FIRST contact marked as "Edit" will be the one which is edited. Others are ignored. Filters ------- - Multiple filters may be deleted at the same time by choosing "Delete" for all the filters you wish to delete. - The FIRST filter marked as "Edit" will be the one which is edited. Others are ignored. Compose a message ----------------- When composing a message or reply, there are two ways to enter a recipient. 1) Enter their email directly into the field. 2) Choose from the Contacts list -- addresses chosen this way will be listed under the appropriate field on the Compose screen. NOTE: Both methods are MUTUAL. An address appearing in the field as well as in the list below the field will be sent the message twice (unless Gmail is smart enough not to). Attachments that may be forwarded will be listed. Any attachment(s) that should not be forwarded can be disabled by unchecking it. Attachment uploading from the mobile can be activated in the config.php. ATTACHMENT UPLOADING DOES NOT WORK ON MANY DEVICES. Please send success reports to gmobile AT sayni DOT net TESTING/NEW VERSIONS: ===================== You can always test and/or use Neerav's (the current developer) installation of gmail-mobile at the following shortcut: http://gmobile.sayni.net This installation is always the most current stable version, including yet-to-be-released bug fixes, features, changes, and enhancements. It's a great way to use the next version in advance and give feedback that can be added into the next release, rather than after the release. The CVS (Concurrent Version System) at Sourceforge.net is now being utilized for the gmail-mobile project. The source code of the most current stable development version (the same that can be accessed above) will be regularly updated. Please keep in mind that the version in the CVS is still considered BETA, so please treat it as such and use it accordingly. Web CVS access: http://cvs.sourceforge.net/viewcvs.py/gmail-mobile Anonymous (pServer) CVS access instructions: http://sourceforge.net/cvs/?group_id=118579 CONTRIBUTING TO GMAIL-MOBILE: ============================= If you want to help develop (program, documentation, web site, etc) email the admin Neerav (that's me! ;-) or post your offer of assistance in the Help forum. Reporting bugs, submitting personal fixes or improvements, helping others in the forums, making suggestions, etc. are all ways to contribute towards Gmail Mobile. See PROBLEMS/SUPPORT below. Of course, donations are much appreciated. Donate at: http://sourceforge.net/project/project_donations.php?group_id=118579 OR directly through Paypal using the email id: gmobile AT sayni DOT net PROBLEMS/SUPPORT: ================= There are sure to be a number of unknown inconsistencies, errors, misspelling, mishandling, etc. in gmail-mobile. If you find a problem, just need help, want to give help, have suggestions, want a feature added, fixed/added something, etc., visit the Project Site and post a message. Here's a guide. The project homepage will be found at: http://gmail-mobile.sourceforge.net/projects and will contain the latest information and links (when the site is ready) Project Summary: http://sourceforge.net/projects/gmail-mobile/ Forum -> Help -- for general help, comments, offers to help, etc (preferred if you login first before posting) Forum -> Open Discussion -- for comments, discussion, and anything related to WAP, Gmail, gmail-mobile, and/or libgmailer (preferred if you login first before posting) Bugs (or Tracker -> Bugs) -- to report a program bug (MUST log in first before posting) RFE (or Tracker -> Feature Request) -- to request a new feature or to change an existing one (please log in first before posting) Patches (or Tracker -> Patches) -- to post your own fixes or additions to gmail-mobile (please log in first before posting) KNOWN LIMITATIONS / PROBLEMS: ============================= - HTML emails do not forward properly. Only the textual portion after the HTML is stripped out will forward. - See the TODO file for fantastic future features, fortunately far from forgotten, frankly frustrated from faster, further fructification! (i.e. things still left on the ToDo list...)

近期下载者

相关文件


收藏者