fix listcommands template for Send form changes
[squirrelmail.git] / functions / imap_messages.php
2009-02-01 pdontthinkAdd compatibility with Dovecot's bigint UIDs
2009-01-04 janglissRemoving unneeded call to the squisher, as the IDs...
2008-03-14 pdontthinkDo not trust case of get_class() return string
2008-03-14 jervforsMerging FIXME into one row.
2008-03-14 pdontthinkRemove use of in function copied from STABLE; change...
2008-02-05 pdontthinkX-Priority Low is 5, not 3. Thanks Thierry Godefroy.
2008-01-30 pdontthinkFix undefined field problem
2008-01-30 pdontthinkFix incorrect case of sort fields; strip repetative...
2007-09-28 pdontthinkMake sqimap_get_message return fully parsed message...
2007-07-31 pdontthinkQuelch PHP notice. Spotted by James Pooton.
2007-06-08 kinkcolor has been dropped as a parameter from (plain_...
2007-05-17 kinkreplace preg_split without a regular expression with the
2007-05-17 kinkalso fix duplicated version of parsepriority code
2007-01-13 kinkincrement year in copyright notices
2006-11-11 pdontthinkAdd ability to return error string as well. Would...
2006-11-11 pdontthinkAllow silent failure for sqimap_get_message()
2006-09-30 tokulignore msg copy errors when messages are deleted. Most...
2006-08-21 kinkFix misspelled constant PREG_SPLIT_NI_EMPTY in sqimap_g...
2006-07-15 tokulremoving trailing ?> from function scripts
2006-02-12 stekkelsmall thread code correction
2006-02-12 stekkelarray_shift is slowwwww, this approach is faster.
2006-02-12 stekkelThe old thread code caused time outs with a message...
2006-02-10 stekkelUW response will now be detected too
2006-02-10 stekkeldetecting character in a NO response propably means:
2006-02-08 stekkelBetter error reporting
2006-01-29 stekkelRequest a sqimap_run_command_list instead of a sqimap_r...
2006-01-23 tokulcopyright update
2006-01-22 tokuldon't issue imap commands when target mailbox is same...
2005-11-21 stekkelfixed warning (by Michael Long)
2005-11-21 kinkremove irrelevant markers
2005-11-21 stekkelfix from Michael Long for imap servers that do not...
2005-09-18 jervforsphpDocumentor updates
2005-07-14 tokulphp 5.1b2 - can't use function call inside array_shift...
2005-06-24 kinkFix variable typo in parseFetch which caused IMAP error...
2005-04-23 jervforsTrimming whitespace and replacing tabs
2005-04-14 stekkelTemplates
2005-04-13 tokulsince comments are not needed for @return
2005-04-13 tokuldocumenting two functions
2005-04-06 tokuladding since tags
2005-03-25 cigamitUpdate message copy and move functions to allow for...
2005-02-06 kinkAdd comment to parsePriority function. I had to duplica...
2005-02-03 tokulFixing sorting order in get_squirrel_sort() (#1115403).
2004-12-29 jervforsChanging squirrelmail/Squirrelmail to SquirrelMail...
2004-12-27 kinkIncrement year in copyright notice.
2004-11-21 kinkAdd support for recognising 'Priority' and 'Importance...
2004-11-09 pdontthinkFix: Messages shown with bad times in message list...
2004-11-01 cigamitRemoved variables that were initialized, but never...
2004-10-31 cigamitRemove unused globals
2004-10-28 cigamitMinor bug fix, just a misspelled variable
2004-08-24 jervforsMinor cleanups
2004-06-19 janglissFix link
2004-06-01 stekkelAdded documentation and fixed a minor issue
2004-05-31 stekkelRewrite of internal message caching
2004-05-26 stekkelmake use of new parseRFC822Address function
2004-05-25 kinkReset $msg on each iteration, otherwise a message with...
2004-05-24 kinkReplace array_search that only uses a boolean to check...
2004-05-24 stekkelSet the content-type correct so we can check on multipa...
2004-05-23 stekkelcleanup up filter plugin
2004-05-23 stekkelMore cleanups.
2004-05-22 stekkelAnother big update:
2004-05-21 stekkelSigh, maybe I need sleep or so. To many bugs ...
2004-05-21 stekkelfix sort by internaldate if the internaldate does not...
2004-05-21 stekkelMore code cleanups and added a few notes/comments
2004-05-21 stekkelfix for non server side sorting on internal date
2004-05-21 stekkelSimplified DMN and the findPrevious and FindNext functions.
2004-05-20 stekkelcode cleanup 2
2004-05-20 stekkelCode cleanup.
2004-04-20 stekkelprohibit message sets other then a single id when fetch...
2004-04-12 tokultwo more subpackage blocks
2004-03-26 stekkelBreak 1 level less, otherwise the rest of the messages...
2004-03-15 kinkRemove almost all left overs of our non-uid-imap-server...
2004-02-28 kinkBetter support for malformed/absent dates and headerlin...
2004-02-24 kinkWe're living in 2004 now... perl is your friend for...
2004-01-30 ebullientMore UI changes - message list is more compact. Prev...
2003-12-30 tokulfixing multiline headers. space or tab should not be...
2003-11-04 stekkelEIMS workaround. EIMS returns the SEARCH response as...
2003-10-29 kinkAdd some basic documentation, and remove some long...
2003-10-28 tassiumPreparation to begin using phpdocumentor.
2003-09-01 alex-brainstormGet rid of one of the two flavors of _(Unknown sender...
2003-08-28 tassiumAdded a "bypass trash" checkbox to the mailbox display...
2003-08-15 tassiumsqimap_msgs_list_copy now does what you'd expect it to.
2003-07-29 stekkelSame story as THREAD fix. Skip the unsollicited responses
2003-07-25 alex-brainstormsqimap_encode_mailbox_name() calls added
2003-07-18 alex-brainstormComplete Marc's fix for untagged [PARSE] response to...
2003-07-16 stekkelfix for BAD response during thread view. The problem...
2003-06-08 kinkFix this awfully ugly error message, finally.
2003-05-22 kinkRemove some obsoleted parsing functions.
2003-05-17 stekkelMissed a spot, now the date is also extracted from...
2003-05-16 stekkelRewrite of the sqimap_get_small_header_list function.
2003-04-25 stekkelmoved address-parsing to the displayable messages
2003-03-01 stekkelWhoops wrong file
2003-02-28 stekkelcharset encode / decode fixes
2003-02-24 stekkelrewrote unfold routine inside sqimap_small_header_list...
2003-02-24 stekkellot's of fixes:
2002-12-31 kinkGetting ready for 1.4.0 RC1
2002-12-11 tassiumsqimap_message_list_squisher() was returning nothing...
2002-12-06 kinkXXS fixes, as in stable
2002-12-02 tassiumsqimap_msgs_list_delete was calling sqimap_run_command...
2002-11-05 indiri69Make header checking case insensitive
2002-11-04 stekkelwrong version, 2ed try
next