Commit graph

113 commits

Author SHA1 Message Date
philippe_mingo
b630edc905 Operation "foo_once".
functions Folder
Step 1: Check file including and change it to the _once system.
2001-09-26 10:43:39 +00:00
Tyler Akins
b229cea96f rc1 -> cvs (for consistancy [did I spell that right?])
Added extra backslashes because of string encoding blah blah blah.  :-)
2001-08-06 13:39:48 +00:00
Tyler Akins
a73907938d Brought CVS up to date with 1.2.0 rc1 2001-07-27 22:07:28 +00:00
Tyler Akins
04bf3425d2 * Whoops -- had some stuff backwards in my mind
* Added some different colors for one theme that really had problems before.
2001-06-12 17:58:48 +00:00
Tyler Akins
2b6e8569f1 * Added color theme support for the reply colors 2001-06-12 17:50:40 +00:00
Luke Ehresman
a4eb81f5e2 after tagging rel-1_1_2, this is now 1.1.3 2001-05-20 18:59:12 +00:00
Luke Ehresman
8b00716f88 new version changes 2001-05-20 18:51:44 +00:00
Luke Ehresman
ed547f8b74 standard new-version updates 2001-05-01 03:19:24 +00:00
Tyler Akins
cd05f322eb * Improved HTTPS detection 2001-04-29 15:04:26 +00:00
Tyler Akins
c5ea14849b * Squished a warning 2001-04-23 13:36:32 +00:00
Luke Ehresman
77db925166 standard new version revisions 2001-04-23 13:14:10 +00:00
Luke Ehresman
c1b96ccd9e added patch to better detect HTTPS 2001-04-22 05:19:53 +00:00
Tyler Akins
1dee739d76 * Potential fix for Win32 builds where 'getrusage' is a function but is not
supported.  I ignore the warning and check the result to make sure it is
  an array.
2001-04-19 20:58:16 +00:00
Tyler Akins
0d0de5d238 * Got bored and copied all the validate.php and define() stuff to 1.1
* Cleaned up some code
* Fixed some typos
* Added a few files (documentation, translations)
* EAGERLY awaiting 1.1 to come out
* Made all global stuff "global $varname" so the new define() method we use
  will work properly (methinks)
2001-04-19 17:58:10 +00:00
Tyler Akins
86ed1fa18f * Adds code for the Konqueror workaround 2001-03-14 15:21:12 +00:00
Tyler Akins
1b97851467 * Got rid of problem with passwords (finally)
* Added a new function in strings.php to quote a string to be sent to
  the IMAP server
2001-03-05 16:14:53 +00:00
thomppj
142c177399 Converted main trunk to 1.1 2001-02-16 22:55:11 +00:00
Tyler Akins
c9e7933151 * Removed the unnecessary function replace_escaped_spaces (never used)
* Changed all instances of replace_spaces to the actual function call
  (removing the silly wrapper function replace_spaces)
* Added a collapseable folder list for left_main.php
* Added the option for it under Options -> Folders

(Sorry that I didn't do this in smaller commits that only did one or two of
the above actions.)
2001-02-10 01:22:06 +00:00
Luke Ehresman
b16a368ca6 fixed version number 2001-02-08 15:39:50 +00:00
Tyler Akins
52cd3aa105 * Auto-detects if form is 'compose.php' and if PHP is giving us bad form
data and will only trim when appropriate (the multipart/form-data form)
* Trimming method doesn't eliminate extra newlines -- just the first one.
* Cleaned up the code a bit.

* This code should be removed somewhat soon after RedHat officially releases
  a good binary package and after Konqueror works.
2001-02-07 04:24:43 +00:00
Luke Ehresman
017304f846 using tyler's method, added OPTIONAL workaround for Konq problem 2001-02-07 02:45:00 +00:00
Tyler Akins
4abdf237cc * All incoming form values now have stripslashes() ran on them automatically
(if PHP escaped them) if you include strings.php
* Removed sqStripSlahes (no need anymore)
* Completely fixed problem with some data needing escapes, some not, and some
  accidentally getting escaped twice (often in compose.php).

To use:
* Load strings.php at the beginning of your script
* All form variables are accessable as globals (as usual), but are without
  the escape backslashes (if PHP put any in).
2001-02-03 16:58:14 +00:00
Luke Ehresman
a06909f185 standard version transition stuff 2001-02-02 20:00:45 +00:00
Tyler Akins
c2cd55a5a9 * Changed some regexps into string matches and the like
* Fixed more regexp quoting problems
* Cleaned up some code
* Added support for the seven new top-level domains (.aero, .biz, .coop,
.info, .museum, .name, .pro) to url_parser.php
2001-02-02 17:51:19 +00:00
Tyler Akins
73abab391b Removed ereg and ereg_replace calls. Using simple string manipulation.
This way we don't have to worry about what $needle is.
2001-02-01 13:05:56 +00:00
Tyler Akins
d68811b388 That should fix all the backslashes not being escaped properly.
Changed some "str" to 'str'
Changed a couple other things to work a little better
Removed commented code.
2001-01-31 18:28:49 +00:00
Luke Ehresman
89501e1126 added more bugfixes and warning squashes 2001-01-31 03:59:49 +00:00
Luke Ehresman
54a58f6be5 careful lewis.. a variable was inside ''. :) 2001-01-31 03:50:46 +00:00
lbergman
2614511432 replace with '' 2001-01-31 03:24:03 +00:00
Luke Ehresman
46f6a04943 minor version changes and updates 2001-01-30 19:12:02 +00:00
Tyler Akins
b60593dc7f More changes to remove warnings when all are enabled. 2001-01-30 17:34:51 +00:00
Tyler Akins
de965920f1 Removed a lot of the warnings generated when PHP has all warnings enabled.
This is not done yet, but it is a VERY good start.
Added $Id$ tags to a lot of the files.
2001-01-30 17:22:38 +00:00
Luke Ehresman
28e457b1b7 updated russian translation 2001-01-29 20:34:06 +00:00
centaurix
538e135372 - included strings.php before config.php to avoid warning (see Bug #130107 )
- added $Id:$ tag
2001-01-28 23:36:58 +00:00
Tyler Akins
293ac43cf9 parseAddrs now always returns an array (expected behavior) 2001-01-17 17:56:32 +00:00
Luke Ehresman
8d0f4a0af0 changed version to: 1.0pre3 [cvs] 2001-01-16 20:04:08 +00:00
Tyler Akins
220f0ea2b0 Added patch 103186 -- $HTTPS variable checking to case insensitive. 2001-01-15 03:08:27 +00:00
mattphillips
43b1d485b5 Fix for [ Bug #125985 ] Random Login Failure. Sometimes funky characters in
the onetimepad weren't coming back out of the session correctly.  The
onetimepad is now base64_encoded in the session.
2001-01-10 21:02:38 +00:00
pallo
d05b70622e Fixed bug in readShortMailboxName() if "needle" (delimiter) is empty. 2000-12-18 13:13:52 +00:00
Luke Ehresman
cf33fc7dfa added catalan help translation
updated korean, spanish, and catalan translations
changed version to 1.0pre2
2000-12-14 18:33:51 +00:00
pallo
653b606b95 Fixed how folder names are formatted in a hierarchy of folders. 2000-12-09 15:22:00 +00:00
Luke Ehresman
6481dd9f96 fixed some problems and improved "view header" functionality 2000-12-07 05:01:27 +00:00
Tyler Akins
be38c8215d Made the handle_errors flag to sqimap_mailbox_expunge default to true. 2000-11-28 19:42:30 +00:00
mattphillips
5a93799a67 Fixed a bug that was causing problems deleting messages with SM through SSL. 2000-11-08 15:21:36 +00:00
Luke Ehresman
9c37a5ebd9 - Changed version numbers from 0.6pre1 to 1.0pre1 2000-10-30 18:25:13 +00:00
Tyler Akins
d60cece8f1 <pre> tags instead of <tt> and &nbsp; stuff for reading mail. 2000-10-30 16:48:22 +00:00
Tyler Akins
d4db78af51 - Returned sqimap_get_delimiter() to the old code, but left the new code
there to see if anyone could get it working
- Returned sqimap_find_displayable_name() to the old code
- Fixed readShortMailboxName() to deal with dissapearing mailboxes and more
- Returned parseAddres() to the old code
2000-10-27 17:06:21 +00:00
Tyler Akins
a9354cd059 Added numerous changes from embeejay
Added an expunge button, shown only when needed
Better flag handling
ereg() calls instead of lots of other calls
2000-10-23 16:17:52 +00:00
Tyler Akins
bab85e2806 Added html_top and html_bottom hooks to read_body for compression plugin
Changed internationalization things a bit, hopefully easier and less errors
Many bug fixes and speed enhancements from Martin Jespersen (embeejay)
Fixed a few bugs and did some speed changes on my own too!
2000-10-21 16:08:31 +00:00
Tyler Akins
c60acc2295 When reading mail messages, you won't get all spaces replaced with &nbsp; --
only the necessary ones required for spacing purposes are left.  (every other)
2000-10-17 22:05:57 +00:00