FAQ
Question: I installed and passed all tests in diagnose.php. I could logged in successfully and saw my labels in the summary page. However, clicking on any of them redirect me back to the login page, with error message saying that there is an login error. What is the problem?
Answer: Your browser failed to "remember" you after you have logged in. Please open config.php with your text editor (e.g. Notepad in Windows). You will see these three lines there:
//$session_method = (GM_USE_PHPSESSION | GM_USE_COOKIE);
$session_method = (GM_USE_PHPSESSION | !GM_USE_COOKIE);
//$session_method = (!GM_USE_PHPSESSION | GM_USE_COOKIE);
Each represents a session management method of gmail-lite. Pick one of them by uncommenting its line (i.e. removing "//") and commenting the others (i.e. adding "//" at the beginning). The method !GM_USE_PHPSESSION | GM_USE_COOKIE should work in most cases.
Question: Where is the forward button?
Answer: Forwarding with attached files is still under development. At the meantime, you may click on reply, and change the recipient’s address accordingly to achieve the same thing.
One Response to “FAQ”
Leave a Reply
You must be logged in to post a comment.

Hi,
Do you still have that old documentation page for libgmailer lying around?
I’m using libgmailer for a couple of functions in my new CMS system, and I find the auto generated documentation much harder to use (Yes I’m an amateur), than your old page.
BTW: great script
-Olegu
Ans: If you found the new one confusing, you can read the old documentation here: http://gmail-lite.sourceforge.net/docs.html