www.pudn.com > gmail-mobile-1.2.zip > CHANGES


1.2 -- 6 Mar 2006
=================

- Renamed search variables to eliminate name space overlaping (search)

- Fixed broken  tags when a message has parts AND a wap proxy is being
    used. (conversation)

- Added the delete trashed messages from conversation permanantly action
     (conversation)

- Added the recover from trash message action (conversation)

- Fixed the (un)trash message action (conversation)

- Added new features in Account Settings -- add, edit, delete, default,
    verify -- and the setting to govern the from address when replying to
    a message (settings)

- Added a page for Opera Mini users warning about the incompatibility of that
    microbrower with gmail-mobile specifically, and WML pages in general. 
    (settings)

- Added config options for Summary auto-refresh and Act on Multiple messages.
	(summary, mailbox)

- Added some features of the newer deleted message feature to sync with
    Gmail. (conversation)

- Fixed display/handling of deleted messages in a conversation, due to a
    change in Gmail over a month ago. (conversation)

- Improved handling of rich-text characters -- removal! (conversation)

- Fixed checkdate() error (search)

- Added feature to make external links active in messages either directly
    or through a 3rd party wap proxy, such as google.com, iyhy.com, 
    phonifier.com or skweezer.com (conversation)

- Improved cleansing of message body of unwanted characters (conversation)
   
- Added config option for hidden vs. *'ed password (signin)

- Added Chats "mailbox" and icon (summary, search, mailbox, etc)

- Removed "add sender to contacts" for mailer-daemon, postmaster (conversation)

- Ensured that the new chat archive settings are not lost when saving other 
    settings (settings)

- Working fix for the reply to a message change that Gmail made. (compose)
   

- Removed the display of conversation's current label when in that label's
    mailbox. Mimics Gmail. (mailbox)

- Fixed problem where "(Array)" was showing instead of unread conversations
    in that box.  Gmail changed they way unread conversations in a mailbox is
    reported and required a library fix. (summary)

- Improved handling of sending message errors. (compose)

- Readded missing "include original message" in replies. (compose)

- Added even more anti-cache measures to prevent mobiles or networks from serving
    stale pages when using POST.

- Unset HTTP_ vars

- Added unregister globals function to cut down on memory use and increase
    security

- Fixed undefined variable in compose.php

- Fixed bug where uploading an attachment would erase the to, cc, bcc, subject
    message, and from fields (compose)

- Fixed situation where "other" attachments ON was causing ALL types of
    attachments to be on.

- Added support for .nth file attachments (nokia themes)

- Fixed .sis attachment handling.  Created a config option.


1.1 -- 15 Jan 2006
==================

- Many, many, many undocumented internal changes, fixes, etc.

- Fixed simple searches which use special characters, such as " (search)

- Added a "cancel" button to uploading attachments which would keep previous
    uploads intact (compose)

- Fixes for undefined indexes due to library parsing error (compose, mailbox)

- Added group information to contacts and viewing of a group's detail (contacts)

- Fixed display of "group" contacts due to the introduction of the Group feature
    by Gmail in mid-December 2005. (contacts)

- Renamed the application from Gmail Mobile back to the unix name: gmail-mobile.

- Fixed temp directory problem where the directory would be shortened to first
    character

- Improved removal of extra Fwd:'s and Re:'s from subject (compose)

- Added quick search link for Unlabeled messages (summary)

- Added customization feature for the Summary page (summary)

- Added shortcut for Inbox in the shortcut menu

- Library fix for Gmail inexplicably converting = and some / into u003d and
    u002f

- Autofix for SprintPCS users -- add no-transform header

- Finally removed the code for bookmarked (bad! bad! bad!) passwords.

- Added the use of \n (backslash-n) in a message to add "return".  
    Thanks to Ahmed Muzammil for the suggestion. (compose)

- Added a Gmail Mobile settings page for the developer's site to control page
    size and menu display (settings)

- Improved handling/removing of active links (conversation)

- Clear browser history upon signin, signout and deleting labels.  For user's
    security and protection (from deleting wanted labels).

- Fixed library bug where messages not in the inbox were not being starred,
    unread, labeled, etc. 
    
- Added display of Gmail's phishing warning. (conversation)

- Fixed error after "saving" when editing a contact. (contacts)

- Fixed "cancel" link while editing a contact.  (contacts)

- Changed all input fields to not force initial uppercase letter.

- Immediate effect in Gmail if language is changed.

- Fixed invalid markup in Contacts when are 0 contacts. (contacts)

- Improved the logic in the message action menus.  e.g. removed the irrelevent
    action options if a message(s) was marked as Spam.  (conversation, act
    on multiple messages)

- Public "release" of attachment upload feature.

- Added a config option to display/remove shortcut menu or links at bottom.

- Fixed bug where empty mailboxes were showing -10 and other weird behavior 
   
- Expanded mailbox size setting to affect message length, number of newer/older
    messages in thread, and number of contacts per page.

- Added a quick star/unstar feature while reading a message.

- Fixed a bug where Gmail didn't like "me" appearing in the To: address of the 
    forwarded "headers" (compose)

- Automatically create a dummy index.php file in the temp if it doesn't already
    exist.  Though not necessary, because the temp directory is created as 770,
    it's comforting to have the little "extra" barrier to getting into the dir.

- Moved PIN file into temp directory rather than the gmobile directory.  This
    is added security so that the gmobile directory doesn't have to have 
    permissions changed when using PIN signin feature.

- Fixed bug where applying a label with special characters in a filter caused
    the label to be misinterpreted and ended up making a "new" label
    (filter settings)

- Fixed bug where a draft would not display (err:unknown) when it was not
    the last message in its thread (conversation)

- Fixed "undefined index 'attach2', etc. in compose.php" (compose)

- Improved support for Gmail Mobile news on servers with allow_url_fopen = OFF.

- Added "number of attachments" config option for uploading attachments.
    (compose)

- Display Accounts Settings (settings)

- Limited display of very large messages (>75KB raw), to avoid 30 second php 
    timeouts. (conversation)

- Modified design of redirection/status display.

- Simplified the on/off status display of attachments. (attachments)
   
- Added "Back to [mailbox]" link while viewing attachments. (attachments)
   
- Reduced filesize of clip.gif from 976 Bytes to 176 Bytes.  Thanks to 
    Jere Rinne for the proding.

- Fixed bug where initial character in password could not be lowercased, 
    especially on Samsung phones. (signin) 

- Added option to change mailbox size for this session (summary) 

- Added support for forwarding non-html-text attachments (compose) 



1.0 -- 29 Oct 2005
==================

- Added upload attachment feature as a config option for devices which 
    support html -- THIS FEATURE IS HIT AND MISS (compose) 
    [not available in preview]

- Fixed a Gmail array length change in 'mg'.

- Added a 250 character limit to the Subject field, as Gmail cuts off anything
    longer. Thanks to Clive de Villiers. (compose)

- Added Content-length header, required for large attachments on SE phones
    (attachments)

- Improved reporting and handling of snapshot errors

- Fixed "quoted text" when a message has parts. (conversation view)

- Added error messages and handling for libgmailer parsing problems 
    (field with \\\") and when conversation summary existed but messages
    did not. A library parsing fix should hopefully follow.

- Fixed messages in Draft box not displaying or resuming as well as a possible
    bug in display of correct "forward" button (conversation view) 

- Fixed cosmetic bug where the boxes other than Inbox were showing as Inbox.
    The behavior was correct, the name was not.

- Fixed: [ 1296213 ] changing settings disables pop
    - updated library
    - http://sourceforge.net/tracker/index.php?func=detail&aid=1296213&group_id=118579&atid=681498

- Added favicon.ico for those browsers that would like an icon with the 
    bookmark

- Improved Gmail server error handling

- Added display of some recipients in To: and total count of recipients
    (conversation view)]

- Changed the remove label menu to only display the labels which can be
    removed ("act on selected msgs...")

- Added support for new Gmail feature: choosing a "From" address
    (compose)

- Changed the message action numbers to use the libgmailer constants.

- Updated Gmail URL and redirection method and added protection against
    infinite loops if they change the URL again

- Tiny changes/updates/fixes and mucked around with language modules 

- Added support for changing the display language (general settings)

- Added support for new Gmail setting: outgoing message encoding
    (general settings)

- Fixed bug in forwarding messages where forwarded text began immediately
    after the message itself (compose)

- Fixed a display bug when special characters were used in the signature 
    (general settings)

- Added a PIN sign-in feature as a config option (sign in)

- Add a "Add sender to Contacts list" feature

- Fixed a disclaimer bug.  Forgot the "content-type" header... (signin)

- Added a temp files directory uploads, downloads and other temp files

- Fixed a bug where inline message images would not trigger the display
    of the paper clip for attachments when reading a conversation.  It's
    a Gmail quirk.

- Fixed Label functions

- Fixed bug where some signins would return to signin screen without an
    error message (signin)

- Added a new session timeout error by checking for IK

- Modified entire package to add support for language modules.

- Fixed bug where the wrong message in a conversation was replied/forwarded 
    (compose)

- Fixed bug when "Return to Summary" after composing a message displayed
    the dummy search (summary)

- Added the ability to choose multiple messages from a mailbox and apply
    actions to them without opening the message (mailbox view)

- Added the display of filter "test" results (filters)

- Fixed bug where messages would not display when chosen from "unread"
    (conversation)

- Improved handling of situations where a thread/message is not found
    (where ds is not defined, but tf is)

- Fixed potential bug in attachment file size limits (conversation view)
 
- Added download support for "other" attachments (conversation view) 

- Fixed a bug where a new search would not always display the first page
    of results (search)

- Added download support for zip attachments (conversation view)

- Fixed a few signout links which were missing a "?"



0.9.1 -- 25 Sept 2005
=====================

- This is an UPDATE release and fixes Gmail changes:
    1) url and redirection change, ... again... ;-)
    2) send message changes
    3) general settings

- This is a retrofix created from version 1.0 preview 19 and thus includes
    mostly library fixes, documented or otherwise.  Other basic bugs which
    have been fixed in preview versions have NOT been included.


0.9 -- 25 July 2005
===================

- Lots of minor display and internal changes

- Added option to include/not include signature (compose)

- Managed to shave off 50-200 bytes per page (summary, mailbox, conversation,
    search results, etc) by caching the last display type and reducing URL
    length

- Changed the return behavior after reading messages, actions, etc. and made
    the button dynamically labeled.

- Fixed, found quite accidentally, a bug where some messages displayed the
    attachment icon in mailbox view but there was no attachment!  This was due
    to field 7, the snippet, sometimes left out!! (mailbox view)

- Fixed, finally, elusive bug where signing in/out of two accounts, one after 
    the other, was not possible, especially on Sony-Ericsson phones 
    (signin / signout)

- Changed the generic "connection error" by adding a new, more specific error:
    "Session timed out".

- Changed handling/display of older/newer messages in a thread and can now
    access all of the messages in a conversation.  Also limited the number of
    messages displaying on the "older messages" page to prevent "page too 
    large" errors on long/massive threads. (conversation view)

- Added caching of threads and messages to save bandwidth

- Standardized the shortcuts across important pages

- Added a disclaimer (signin)

- Fixed bugs when forwarding a message, such as extra 
's, improper subject, incorrect population of "to", etc. - Moved login process from main.php to index.php for better handling of signin errors - Added a robots.txt to make robots go away. - Changed input fields forcing "emptyok" and "format" as some phones are not adhering to the default - Added more protection against "register_global = ON" by prefixing all $_SESSION variables with "gm_" - Added more anti-cache, anti-proxy measures to links - Fixed incorrect or missing signature in messages (compose) - Fixed the text in forwards and replies including the original (compose) - Fixed all known draft issues, such as save, resume, send, character encoding and display issues (compose) - Fixed bug where some pages would not display due to multiple unnamed tags in the template (e.g. Motorola phones). All do's have been named. (summary view, invite, mailbox view, conversation view, compose) - Added/change display features: (mailbox view) - Added display of total number of messages found - Added "Oldest >>" button - Changed the mailbox title to match Gmail's - Added message labels - Added feature to view Contact details (contacts) - Added feature to set General Settings - Added the features to Create/edit/delete Filters - Moved label functions from setting.php to label.php - View Filters 0.8.1 -- 3 July 2005 ==================== - Fixed error "Undefined index: contacts_all" (compose) - Fixed test #4 (https curl) in diagnose.php to reflect URL changes and a cause of this test "always" failing. - Fixed invalid WML error in search options when there are no labels defined (search) - Fixed parse error in gmobile_env.php (missing ";") 0.8 -- 24 June 2005 =================== - Changed incorrect username/password error to match Gmail (signin) - Fixed sending mail problem where recipients chosen from Contacts were not actually sent the message. (compose) - Uses libgmailer 0.7.2 - CONTACTS GALORE!! - Create, Edit and Delete Contacts (contacts) - Fixed libgmailer after url changes were made by Google - Fixed parse error in contact.php. - Fixed Contacts display after a change made by Gmail 0.7 -- 16 June 2005 =================== - Uses a modified libgmailer 0.7.1a -- mod 6 - Added status message functionality to compose mail [sr] - Added status message functionality to label manipulation [ar] - Added Create, Rename, and Delete label capabilities - Changed Contacts array to fix the changes made by Gmail: [a] to [cl] - Fixed an "invalid data type" error in the error_log when there are no labels on a conversation - Fixed Contacts display after a change made by Gmail - Added ability to see Frequently Mailed and All Contacts (compose and contacts) - Completely changed the way recipients are chosen. Now, multiple recipients can be chosen at one go. (compose and contacts) - Changed the way contacts are displayed. Notes are now display and the contacts are split into pages. (contacts) - Uses a modified libgmailer 0.7.1a -- mod 6 - Added status message functionality to compose mail [sr] - Added status message functionality to label manipulation [ar] - Added Create, Rename, and Delete label capabilities - Fixed an "invalid data type" error in the error_log when there are no labels on a conversation - Added: Display Gmail's status message - composing mail - create, rename, remove labels - Added: Upon sign-out, the time zone on the sign-in screen is set, saving the need to choose it again to sign in to another account. (sign in screen) - Changed the structure of the apply/remove labels menu. Closely matches Gmail with the EXTRA benefit of applying/removing multiple labels in one go. (conversation) - Added more cache control measures to override some mobiles thinking their cached pages are better than others! Using tags AND cache-control headers. At the same time, all GET url's now contain a random alphanumeric "anti-proxy" string - Added the ability to manipulate Labels: - Edit label - Remove label - Create label - Changed the displaying of labels in summary. The labels list will be contracted if there are more than 20 labels. The user can then expand the list. This is to prevent "file too large" errors on small memory phones when first signing in. Also speeds up the display. (summary) - Changed terminology to more closely match Gmail - Fixed bug where the msgs count of the displayed conversations were incorrect AND renamed this from "Msgs" to "Conversations" - SEARCH! SEARCH! SEARCH! Until your fingers fall off... - Added full-fledged Search options and now is on par with Gmail's Search Options. Date searching had to be implemented differently but may change later - NOW HAS ABILITY TO LOOK FOR UNLABELED MESSAGES! Something even Gmail does not have. (search) - Added config option to limit the size of attachments that may be downloaded/viewed (conversation view) - Added download/view support for video attachments (conversation view) - Changed the way From is displayed to match Gmail: bold only the sender's name of the new message(s) (mailbox view) - Fixed a bug where the first label was always automatically chosen rather than the "-Select Label-" (conversation view) - Added color to the test results in diagnose.php - Fixed a few problems with the diagnose.php script where the script would exit in the event of a failed test rather than reporting the error. - Increased displayed length of Subject line to 60 characters (mailbox view) - Added download/view support for html attachments (conversation view) - Fixed bug where config setting for audio attachments was not being read/set properly. - Fixed errors with $ display on some networks, i.e. MY STUPID network. (conversation, summary, mailbox views) 0.6 -- 28 May 2005 ================== - Updated README with a number of additions and corrections - Fixed: [ 1198556 ] WML Content Error with & symbol - Label handling overhauled, and all symbols in a label SHOULD now be acceptable - http://sourceforge.net/tracker/index.php?func=detail&aid=1198556&group_id=118579&atid=681498 - Added Newest button (mailbox view) - Changed Prev/Next to Newer/Older to match Gmail terminology (mailbox view) - Fixed bug where long message subjects with special characters, when shortened, gave errors. Preventative fix for displaying list of old messages in the conversation (mailbox view) - Fixed: [ 1202290 ] Labels with spaces in them show no entries - Encoded "spaces" with the required "+" in all URL's - (summary, mailbox, and conversation views) - http://sourceforge.net/tracker/index.php?func=detail&aid=1202290&group_id=118579&atid=681498 - Added a few time zones for completeness. - Added feature to automatically add the signature to the message text, like Gmail, except smarter. Gmail Mobile puts the signature BEFORE the quoted and/or forwarded text. (compose screen) - Changed "welcome" line after successfully logging in to reflect the change made by Gmail (summary view) - Uses a modified libgmailer 0.7.1a -- mod 3 - Adds Gmail account name - Adds signature - Added Forward feature. Only forwards the text, not attachments. - Added the ability to include the original message as quoted text like Gmail, including the "On x/x/xx, someone@somewhere.com wrote:" - Improved conversation display (conversation view) - Fixed bug (since v0.2) in messages parts where a tag at the beginning or end might be partly cut off causing invalid wml - Fixed bug where
with attributes were not sanitized and causing invalid wml - Replace $ with [dollar sign] because my stupid ISP's gateway chokes on them :< despite being completely valid. Since my gateway uses OpenWave, this could affect other gateways. - Improved handling and display of special characters - Removed active links (mailto: and hrefs) from message text, as they are useless on a mobile, and replaced with [link] - Show Label info ONLY if there is a Label - Show attachment info ONLY if there is an attachment - Added Prev/Next Part display and buttons at top of message too - Shortened Previous/Next Part buttons - Added more tests in diagnose.php to check for safe mode, session.use_trans_sid, arg_separator.output, session.name, and short_open_tag 0.5 -- 13 May 2005 (Friday the 13!) ================== - Updated README with a number of additions and corrections - Fixed: [ 1199970 ] When reading a folder, drops to login screen - addition of .htaccess directives (session.use_trans_sid and arg_separator.output) on servers with session.use_trans_sid OFF - Addition of related info in SERVER_HELP - http://sourceforge.net/tracker/index.php?func=detail&aid=1199970&group_id=118579&atid=681498 - Fixed: [ 1198967 ] Url - login and password issues - Improved handling of symbols in a book marked URL - Addition of related info in README - http://sourceforge.net/tracker/index.php?func=detail&aid=1198967&group_id=118579&atid=681498 - Added "save" draft feature. Sending an existing draft and saving changes made to an existing draft DO NOT WORK. (compose screen) - Changed message display - Improved handling of "snippets" of old messages in a conversation - Minor display changes (conversation view) - Added error checking for all user configurable settings, in case the user has set something as invalid, unacceptable, or out of range. - Added another "done" button at the TOP of the Contacts list to save all of that scrolling... (contacts screen) - Fixed: [ 1200153 ] contacts email addresses no longer display - due to a change by Gmail, noticed on May 11 (libgmailer) - http://sourceforge.net/tracker/index.php?func=detail&aid=1200153&group_id=118579&atid=681498 - Added some error checking when sending email (empty recipient list, empty message, empty subject) - Added the config option to define a proxy, for those who may need it - Added a modified version of Gan's diagnose.php to test a server's environment and readiness for Gmail Mobile and libgmailer - Added [ 1197611 ] Hiding quoted text - Added the ability to show and hide the quoted text of a message a la Gmail itself. - http://sourceforge.net/tracker/index.php?func=detail&aid=1197611&group_id=118579&atid=681501 - Fixed: [ 1199672 ] replying to msg creates new conversation - replies now stay in the same thread - http://sourceforge.net/tracker/index.php?func=detail&aid=1199672&group_id=118579&atid=681498 - Fixed: [ 1194663 ] Some special characters are shown incorrectly - character encoding was missing and required in valid html/wml files - Set utf-8 as the encoding, though this MAY cause problems with Russian, Chinese, Japanese, etc. - http://sourceforge.net/tracker/index.php?func=detail&aid=1194663&group_id=118579&atid=681498 - Which incidentally also fixes problems on Nokia 6xxx phones as reported here: http://sourceforge.net/forum/forum.php?thread_id=1281216&forum_id=405165 - Fixed: [ 1197588 ] msgs without text are not completely displaying - Now displays "empty" messages with "(no text)" (conversation view) - http://sourceforge.net/tracker/index.php?func=detail&aid=1197588&group_id=118579&atid=681498 - Fixed bug where some "old msgs in the conv", when chosen, were displaying as empty (conversation view) - Increased security by forcing a new session id when loging out (logout) - Fixed: [ 1198251 ] status error 404 returned after send email - After sending a message, redirects to the summary page by default, or if sent, to the invoking page (compose screen) - http://sourceforge.net/tracker/index.php?func=detail&aid=1198251&group_id=118579&atid=681498 0.4 -- 8 May 2004 ================= - Created a semi-proper README! - Fixed a bug where the time zone set in a bookmark was not displaying correctly (login screen) - Changed the cc: limit in replies to first 15 addresses when using "reply to all" (compose screen) - Added ability to choose contacts when composing message (compose screen) - Added a pretty versatile Contacts list (contacts screen) - Say it with me: Contacts, Contacts, Contacts! Address Book, Address Book, Address Book! :-D - Added a "welcome" line after successfully logging in (summary view) - Fixed bug where an unread message's "From" was still displaying in BOLD, even if the config option for BOLD was "false" (mailbox view) - Changed: made the "*" for unread messages display in BOLD (mailbox view) - Added config option and implementation to display number of messages for a label as "MyLabel (3/126)" instead of the usual "MyLabel (3)" (summary view) - Added download/view support for audio attachments (conversation view) - Added download/view support for image attachments (conversation view) - Moved attachment handling to a separate script -> attach.php 0.3 -- 4 May 2005 ================= - Fixed bug where "re: re:" would appear in the subject of a reply (compose screen) - Changed: [ 1194699 ] Confirmation when you cancel the sending To confirm the discard, there is "Discard?" To discard without question, there is now "Discard for sure!" (compose screen) - http://sourceforge.net/tracker/index.php?func=detail&aid=1194699&group_id=118579&atid=681501 - [ 1194694 ] The mailbox view is too simple. - Added paper clip indicator for attachments (mailbox view) - Added display of "number of msgs in conv" for each conversation (mailbox view) - Added display of "from" for each conversation (mailbox view) - Added display of "date" for each conversation (mailbox view) - Added > and >> indicators for msgs "addressed to you" and "only to you" (mailbox view) - http://sourceforge.net/tracker/index.php?func=detail&aid=1194694&group_id=118579&atid=681501 - Fixed bug: [ 1194743 ] Using multiple accounts on 1 mobile Now clears the password in the password field after logging out or going "back". Username and time zone remains if the cell phone wants to. (login screen) - http://sourceforge.net/tracker/index.php?func=detail&aid=1194743&group_id=118579&atid=681498 - Added [ 1194674 ] There is no way to view older mails in conversation. - Viewing old message in the conversation have been reintroduced with some updates - http://sourceforge.net/tracker/index.php?func=detail&aid=1194674&group_id=118579&atid=681501 - Added "error" message display when composing message (compose screen) - Added limits cc: in replies to first 10 addresses to prevent mobiles from crashing due to very large field size (compose screen) - Fixed, for the last time, bug which did not properly fill the "To" field when replying to a message (compose screen) - Added url to sourceforge (login screen) - Added starred indicator in a message (conversation view) - Added list of all attachments name, mime type and size (conversation view) - Correctly uses login, password and time zone on the login screen if any such information was passed, e.g. in a personal bookmark as - http://server.com/pathto/gmobile/index.php?login=login.name&pass=password&timezone=tz_offset - Display "from" as: Name (conversation view) - Added display of labels assigned to a conversation (conversation view) - Added display of the number of attachments of a message (conversation view) - Fixed a problem where the to, cc, bcc, and subject fields were not blank when composing a new reply (compose) - Added ability to SEND INVITES! (summary view) - Intelligently display actions appropriate for a message (conversation view) (No need to have the Star action if the message is already starred!) - Fixed redirection bugs, again. - Added "Delete Spam" action (conversation view) - Added "Delete Draft" action (conversation view) - Added "Delete Permanently" actions (conversation view) - Added "Star/Unstar" action (conversation view) - Added "Unread" action (conversation view) - Added "Archive/Unarchive" action (conversation view) - Added ability to apply a label to a message (conversation view) - Added a link for Unread messages on the summary screen (summary view) - Display number of Invites on Summary screen (summary view) - Added "Spam" and "Unspam" action (conversation view) - Added "Delete Forever" action for trashed message (conversation view) - Added config option to display unread messages in BOLD instead of with an asteric (*) (mailbox view) - Combined the standard mailboxes and labels into one screen and reformatted the screen (summary view) - Fixed "Constants may only evaluate to scalar values" in error logs - Fixed incorrect login/password error (missing "/" in redirect) 0.2 -- 29 April 2005 ==================== - Uses a modified libgmailer 0.7.1a - Added config option for default time zone - Added config option for number of messages to display in a mailbox - Added config option for breaking long messages into parts - Fixed reply error where addresses placed in CC: (htmlspecialchars() expects parameter 1 to be string, array given compose.php on 110 and 111) - Added trash msg & trash/untrash conversation actions - Proper phpSessions handling is complete - Created a menu for time zone - Corrected Content-type header - Corrected all redirects (fully qualified url in Location header) - Modified the layout of most pages - Tinkered a lot under the hood 0.11 -- 16 Sept 2004 ==================== - Uses libgmailer 0.6.4 - Can now choose between using PHP Session or cookies for session management - Reply will not quote the replying message - All forms are submitted with "POST" instead of "GET" - Fixed bug: problem in compose with address with "<" and ">" (http://sourceforge.net/tracker/index.php?func=detail&aid=1024930&group_id=118579&atid=681498) - Fixed bug: postfield "back" is valued "/wap/main.php" (http://sourceforge.net/forum/message.php?msg_id=2757281) - Some minor layout rearrangements 0.1 -- 8 Sept 2004 ================== -Includes libgmailer 0.6.3