Commit graph

289 commits

Author SHA1 Message Date
teepe
70d15162d1 Applied a fix for some formatting issue with mail adresses in the
foo@bar.org ()
format. It was submitted by "Kurt Yoder" <kylist@shcorp.com>
2002-01-11 18:30:41 +00:00
antipode
0bf1c173c5 Updated documentation for sqimap_find_displayable_name() 2001-12-28 21:23:28 +00:00
antipode
7e3b895d92 Rewrote sqimap_find_displayable_name() to use regular expressions.
The parsing of the email address is far from perfect, and the regular
expressions need to be improved.  This version of the function is
equivallent in functionality to the previous one.
2001-12-28 21:14:43 +00:00
antipode
76faf91d65 Saved four invocations to strpos() in sqimap_find_displayable_name()
(take 2) :^)
2001-12-28 18:47:42 +00:00
antipode
aeec82aaf2 Revert to 1.83 because of a bug in 1.84. 2001-12-28 17:03:55 +00:00
antipode
7cf8407193 Saved four invocations to strpos() in sqimap_find_displayable_name(). 2001-12-28 16:53:39 +00:00
philippe_mingo
479714062b Submitted By: Thijs Kinkhorst (kink)
Assigned to: Nobody/Anonymous (nobody)
Summary: Nice display of "em@ail.com (Real Name)"

Initial Comment:
This patch adds nicer display for From lines in the format:
john@doe.com (John Doe)
2001-12-28 16:09:55 +00:00
thomppj
1e2a9cc5d0 Getting ready for 1.2.0 release. 2001-12-23 07:42:40 +00:00
philippe_mingo
12913befb5 Sintax fix plus display_messages usage 2001-12-12 08:59:31 +00:00
philippe_mingo
48e8dba69f IMAP server error intercepted before PHP error. 2001-12-12 08:19:28 +00:00
thomppj
5d15361f1f Code cleanup brigage... 2001-12-02 09:33:02 +00:00
philippe_mingo
7808719aee Tyler: This is not very original but should do the trick 2001-11-30 18:38:21 +00:00
philippe_mingo
9d1cdf9457 Added a counter pref and a fix for the imapid 2001-11-28 19:48:30 +00:00
philippe_mingo
fad6c7dbcd Fixed login crash 2001-11-27 19:10:28 +00:00
philippe_mingo
da2f3297dd ** -> * 2001-11-26 19:33:28 +00:00
Tyler Akins
495b22fb6f Modified sqimap_session_id to return something when there is no session ID
yet.  This lets it work with the login_auth plugin.
2001-11-23 15:01:18 +00:00
philippe_mingo
d61b98077f Added (c) stuff and some formatting. 2001-11-21 18:38:12 +00:00
philippe_mingo
c3aed0d769 Some fixup:
- Operation foo_once step 2 (and final)
- Create folders bugfix
- None folder bugfix
- Fixed some tabs, structs etc.
- Added some (c) stuff
- Removed some debug stuff

This changes should result in a faster SM.
2001-11-20 20:08:28 +00:00
philippe_mingo
bf7a149680 Various fixes 2001-11-15 17:05:40 +00:00
Ondřej Surý
d350b9790e We have to know when there is attachment with size 0 and when there is no size ($size is set to -1 now). 2001-11-08 21:05:14 +00:00
thomppj
0e0192b790 Lots of changes to get closer to having save as draft working. Please, keep working hard on this!!! 2001-10-29 04:33:47 +00:00
philippe_mingo
c5eea2115b * Header rearranged
* Toggle all fixed for Konq
* Page selector now allows more customization
* Added default paramenter to get pref
2001-10-27 15:34:19 +00:00
philippe_mingo
ca1cc1a204 Use sqimap_session_id instead of axxxx for imap connections. 2001-10-04 14:31:57 +00:00
Tyler Akins
e7c6e05c6d Removed warning message with E_ALL 2001-09-13 00:30:28 +00:00
Tyler Akins
edbb3f92c5 Fixed a bug that would only appear with an obscenely long line in the email. 2001-08-01 14:40:07 +00:00
Tyler Akins
494397924d Fixed typo 2001-06-25 15:58:22 +00:00
Luke Ehresman
1a27b719ff Added IMAP speed imrpovements from the guys at XS4ALL 2001-06-22 15:52:06 +00:00
Tyler Akins
ba0e8688fe * Middle parameter wasn't used. 2001-05-07 13:57:52 +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
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
Tyler Akins
da36de70bf * quotemeta() wasn't the right function. addslashes() is correct.
* This should fix the bugs Lewis was talking about.
2001-02-07 14:37:51 +00:00
Tyler Akins
d7abdc9a6b Cleaned up regexp's.
Removed one ereg.
2001-02-02 16:58:56 +00:00
Luke Ehresman
cd371ecca9 fixed warnings and fixed broken part of my updated sqimap_read_data() 2001-02-02 15:43:28 +00:00
lbergman
77173ee663 some foo to 'foo' 2001-02-02 14:59:47 +00:00
Luke Ehresman
c431513c48 removed warnings 2001-02-02 03:08:27 +00:00
Luke Ehresman
e77db066ff improved imap_general.php -- much better handling 2001-02-02 01:09:36 +00:00
Tyler Akins
d5750c6aca Changed many "Call-time pass-by-reference" errors. Things should be passed
correctly.
2001-01-31 17:04:11 +00:00
Tyler Akins
248061a4d0 * Needed to escape the { and } in the regexp
* Need to escape backslashes, since they are first unescaped by PHP, then
  unescaped by the regexp library
2001-01-30 20:23:46 +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
Tyler Akins
de7069a67c Replaced preg_match with ereg (speed) 2001-01-27 22:06:50 +00:00
Luke Ehresman
57564a5cf0 fixed some problems in sqimap_read_body(). Please test it out. 2001-01-25 05:25:48 +00:00
Luke Ehresman
1f973b92da Added a much better fix for the IE/SSL problem. No security hazards
were introduced.  I put the onetimepad code back to what it originally
was, and everything should work great now.
2001-01-18 00:50:38 +00:00
Tyler Akins
cb3984d52c CHEAP HACK to fix the problem. This should REALLY look at the first line
returned and check that for a standard structure thing and see if it extends
onto multiple lines.  If so, there is always a size sent out, so have this
function scan past that size and then look for the end tag.  Since I don't
have the time to delve into IMAP structure to get this done perfectly, I
just do a cheap hack to scan to see if there is at least one more character
incoming from the IMAP server.  Maybe if I have time, I'll tackle this
further.
2001-01-17 23:35:53 +00:00
Luke Ehresman
02508d318b Finally fixed the IE/SSL download problem. 2001-01-17 01:06:57 +00:00
Luke Ehresman
a5b4ea4619 fixed bug #128278 - size not displayed correctly when searching 2001-01-11 00:59:45 +00:00
mattphillips
efcd749e41 Patch contained in "[ Bug #128309 ] m$ exchange bug workaround". Exchange was
erroniously reporting an error.  This patch ignores it.
2001-01-10 21:23:22 +00:00
Tyler Akins
825c6f8d9b Changed timeout from 0 seconds (died for me constantly) to 15 seconds.
Now I can log into my email.  :-)
2001-01-09 23:07:18 +00:00
Luke Ehresman
3e4438f709 added Taiwan transation 2001-01-09 01:02:27 +00:00
Tyler Akins
c322ac4a25 Hopefully killing the quotemeta and login problems with funny characters 2000-12-26 16:55:32 +00:00
pallo
9d692148ef The configured IMAP folder delimiter ($optional_delimiter) was never used (it
was always detected). Fixed that.
2000-12-18 13:44:38 +00:00