Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Switch from imap_sendmail.* to sendmail.c under Win32 | Frank M. Kromann | 2002-07-02 | 1 | -3/+48 | |
| | ||||||
* | - Fix TSRM gotcha | Derick Rethans | 2002-06-28 | 1 | -2/+2 | |
| | ||||||
* | Unify error messages | Derick Rethans | 2002-06-28 | 1 | -34/+34 | |
| | ||||||
* | - Fixed bug: #15595 (and possibly others too) | foobar | 2002-06-27 | 1 | -39/+74 | |
| | ||||||
* | - Cleaning up the mess..these are NOT zvals. | foobar | 2002-06-27 | 1 | -17/+17 | |
| | ||||||
* | - Fixed bug: #17999 | foobar | 2002-06-26 | 1 | -11/+12 | |
| | | | | | | - The errors should always be stored, but they are not supposed to be shown at request shutdown unless E_NOTICES are allowed. | |||||
* | standardize a bit (we know its enabled :) | Sterling Hughes | 2002-06-23 | 1 | -1/+0 | |
| | ||||||
* | - Fix for bug #14410 (Patch by C. McCohy <mccohy@kyberdigi.cz>). | Derick Rethans | 2002-06-13 | 1 | -0/+3 | |
| | ||||||
* | - Fix for bug #17503 | Derick Rethans | 2002-05-29 | 1 | -2/+2 | |
| | ||||||
* | Instead of calling mail_fetchheader_full() to retrieve the complete header | Jon Parise | 2002-05-13 | 1 | -10/+3 | |
| | | | | | | | | | | information just to extract the message envelope, call mail_fetchenvelope(), which returns just what we need. This is simpler, faster, and saves the IMAP server some work. Submitted by: Adam Kauffman <adam.kauffman@mindspring.com> | |||||
* | @Improve IMAP performance when dealing with large mailboxes. | Jon Parise | 2002-05-12 | 1 | -31/+44 | |
| | | | | | Submitted by: Rob Siemborski <rjs3@andrew.cmu.edu> | |||||
* | - Do the ssl_onceonlyinit() as last. This is how c-client creates | foobar | 2002-04-24 | 1 | -6/+9 | |
| | | | | | the linkage.c (used by Pine). | |||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 | |
| | ||||||
* | Fixed segfault in imap_bodystruct() when called with an invalid message | Vlad Krupin | 2002-01-12 | 1 | -0/+5 | |
| | | | | | number. Now it fails with a warning instead. | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 | |
| | ||||||
* | fix #13801 (imap_rfc822_parse_adrlist changes arg1) | Thies C. Arntzen | 2001-12-07 | 1 | -0/+1 | |
| | ||||||
* | Enable imap_mail() on win32 | Frank M. Kromann | 2001-12-04 | 1 | -10/+3 | |
| | ||||||
* | - Nuke REGISTER_MAIN_*. Extension maintainers please make sure I didn't | Andi Gutmans | 2001-12-03 | 1 | -57/+57 | |
| | | | | | - change something I wasn't supposed to. It should be fine IMO. | |||||
* | Honor error_reporting (in general and @ in particular) for IMAP notices | Zeev Suraski | 2001-11-24 | 1 | -0/+3 | |
| | ||||||
* | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -1/+4 | |
| | | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig) | |||||
* | 3rd run in back-substitutin Z_* macro's. The val->Z_ cases are all solved now. | Jeroen van Wolffelaar | 2001-09-26 | 1 | -8/+8 | |
| | ||||||
* | Back-substitute for Z_* macro's. If it breaks some extension (the script ↵ | Jeroen van Wolffelaar | 2001-09-25 | 1 | -28/+28 | |
| | | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know. | |||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 | |
| | ||||||
* | add tail pointer to speed up imap_search (submitted by Rob Siemborski | Chuck Hagenbuch | 2001-08-16 | 1 | -22/+26 | |
| | | | | | <rjs3@andrew.cmu.edu>). | |||||
* | - More ZE2 fixes | Andi Gutmans | 2001-08-13 | 1 | -2/+2 | |
| | ||||||
* | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -55/+55 | |
| | ||||||
* | Made use of the resource macros here too. And some beutifying. | foobar | 2001-08-10 | 1 | -13/+5 | |
| | ||||||
* | Add imap_setacl() function (Brian Masney <masneyb@seul.org>). | Chuck Hagenbuch | 2001-08-10 | 1 | -0/+31 | |
| | ||||||
* | Changed the old skool resource stuff to use the Zend macros. | foobar | 2001-08-08 | 1 | -599/+308 | |
| | ||||||
* | Another TSRM fix. | foobar | 2001-08-07 | 1 | -18/+18 | |
| | ||||||
* | Beutifying. Also made a check for IMAP-2001. | foobar | 2001-08-07 | 1 | -356/+389 | |
| | ||||||
* | - This is not supposed to be used, from c-client docs (formats.txt): | foobar | 2001-08-06 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | #"The following file/message formats are supported by c-client as of # the time of this writing: # #. mx This is an experimental format, and may be removed in a future # release. An mx format mailbox has a .mxindex file which holds # the message status and unique identifiers. Messages are # stored in Internet standard CF LF form, so the file size of # the message file equals the size of the message. # # mx is somewhat inefficient; the entire directory must be read # and each file stat()'d. We found it intolerable for a # moderate sized mailbox (2000 messages) and have more or less # abandoned it." | |||||
* | Some cleanup. Removed unnecessary duplicate #ifndef's. | foobar | 2001-08-06 | 1 | -27/+12 | |
| | ||||||
* | removed unused function. (seems like a copy of imap_body) | foobar | 2001-08-06 | 1 | -28/+0 | |
| | ||||||
* | More TSRMLS_FETCH annihilation | Zeev Suraski | 2001-07-31 | 1 | -7/+7 | |
| | ||||||
* | Zend compatibility patch | Zeev Suraski | 2001-07-30 | 1 | -1/+0 | |
| | ||||||
* | More TSRMLS_FETCH work, and a bit of cleanup | Zeev Suraski | 2001-07-30 | 1 | -1/+0 | |
| | ||||||
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -25/+11 | |
| | ||||||
* | Fix an inline | Zeev Suraski | 2001-07-15 | 1 | -1/+1 | |
| | ||||||
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -57/+23 | |
| | ||||||
* | vim-6 does folding - clean up a bunch of missing folding tags plus | Rasmus Lerdorf | 2001-06-05 | 1 | -2/+11 | |
| | | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions | |||||
* | Include the To: address in the overview information (already in the | Chuck Hagenbuch | 2001-05-30 | 1 | -0/+6 | |
| | | | | | envelope; it doesn't cost us anything). | |||||
* | imap_thread(), from Rob Siemborski <rjs3@andrew.cmu.edu>. | Chuck Hagenbuch | 2001-05-29 | 1 | -0/+101 | |
| | ||||||
* | This is not needed. ssl_onceonlyinit() is enough. | foobar | 2001-05-27 | 1 | -2/+1 | |
| | ||||||
* | * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build) | Stig Bakken | 2001-05-24 | 1 | -0/+4 | |
| | ||||||
* | make it possible to set the CHARSET parameter with imap_mail_compose() | Chuck Hagenbuch | 2001-05-24 | 1 | -0/+16 | |
| | | | | | (Johan Ekenberg <johan@ekenberg.se>) | |||||
* | @- Fix for bug 2181. Now zero is returned instead of an unset value for | Vlad Krupin | 2001-05-14 | 1 | -4/+4 | |
| | | | | | | | @ 7-bit encoding and plain text body type. Also, bogus types and encodings will not be returned any longer. Function imap_bodystruct() is also fixed in the same manner. | |||||
* | Fix broken build | Sascha Schumann | 2001-05-06 | 1 | -1/+1 | |
| | ||||||
* | Beutify phpinfo() output. | foobar | 2001-05-06 | 1 | -2/+10 | |
| | ||||||
* | Removed usused variables. | foobar | 2001-05-06 | 1 | -2/+0 | |
| |