fallas
d2f2aad9a6
Modified to return bcc header if available, for save as draft.
2001-10-29 14:48:02 +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
6d0500ab82
Some rearranging
2001-10-25 14:17:43 +00:00
philippe_mingo
09481c9b5a
Fixed imap search bug.
...
Updated Spanish strings.
2001-10-12 10:50: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
2b1d122c9d
Viewing my Sent messages ( #1002 - 902) caused a buffer overflow or something
...
on my Courier server. Using 902:1002 worked much better.
2001-06-25 17:09:34 +00:00
Luke Ehresman
1a27b719ff
Added IMAP speed imrpovements from the guys at XS4ALL
2001-06-22 15:52:06 +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
a955d2edbc
* Removed another warning that shouldn't ever pop up, but it did with a
...
poorly formatted bounce message I just got.
2001-04-11 13:09:24 +00:00
Tyler Akins
fc353073cf
Fixed the weird date thing. Forgot it had to be an associative array.
2001-02-02 21:38:11 +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
8266e5c308
Changed _('String') into _("String") to help out the gettext stuff
2001-01-31 17:24:23 +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
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
pallo
cef8b45c7a
Fixed bug #124841 where the Content-Type header charset wasn't parsed correctly.
2000-12-07 13:43:38 +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
Luke Ehresman
c1be332c49
If a message has attachments, it is shown in the message index by putting
...
a "+" in the flags area.
2000-10-12 14:35:58 +00:00
Tyler Akins
73f6370ab5
Changed size display:
...
- Change to megs if over 1024 k
- if x < 10, show first digit after decimal point
Created new function (in strings.php) in case sizes should be shown elsewhere.
2000-10-11 15:52:55 +00:00
Luke Ehresman
a23a8950e1
- improved date parsing
...
- added file sizes in a number of places
2000-10-10 00:59:05 +00:00
Ondřej Surý
9c9c414faa
Delete in Trash does Purge. OndraS.
2000-09-25 08:50:39 +00:00
Luke Ehresman
7199a45025
if no date is sent in the header of a message, it takes the IMAP server's
...
internal date for that message.
2000-09-23 00:50:23 +00:00
Luke Ehresman
bcbd7bc514
- fixed and improved wordWrap
...
- added sqStripSlashes() function
2000-08-10 08:24:55 +00:00
Luke Ehresman
b7304a887c
removed making search results highlighted -- messed up other parsing badly
2000-07-31 16:16:57 +00:00
Luke Ehresman
2ea3b78c9e
made it so searched results are bold
2000-07-31 15:34:21 +00:00
Luke Ehresman
3a9c042add
Fixed major problems with IMAP session handling in the MIME code. This
...
fixed a bunch of bugs including "reply", "forward", and the weird attachment
problem I was having.
2000-07-08 11:59:01 +00:00
Luke Ehresman
4c8b901c3e
- added a bunch of sqimap_logout's where none existed
...
- deleting/moving takes you right back where you were
- Folders section is handled better, removed notification screens
- The options "cc" and "to and cc" were added to message highlighting
2000-07-08 11:13:09 +00:00
Luke Ehresman
b8fefd8797
- added a view header option
...
- folders.php - fixed bug when listing sent/trash folders
- fixed some bugs in message highlighting
- reorganized the options page, fixed a bunch of bugs in it as well
- changed background color of header in read_body.php
2000-07-07 08:02:04 +00:00
pallo
7929a509a2
Insert In-Reply-To and References headers when replying to a message.
2000-07-04 15:26:08 +00:00
oricn
43feb145b7
Added X-Priority Detection Now puts a "!" in the coloum after Date if the message has an X-Priority value of "1" Highest.
2000-06-30 14:44:13 +00:00
Luke Ehresman
3151a897b6
may have fixed the blank subject problem
2000-06-23 02:02:37 +00:00
Luke Ehresman
2c69920d1e
made message highlighting be more flexible. You can now highlight messages
...
based upon "from", "to", or "subject".
2000-06-21 17:28:05 +00:00
Luke Ehresman
5bb18f1127
Rewrote MIME support and made it much, MUCH quicker. All parsing of the
...
messages are now handled on the IMAP server, rather than inside PHP, which
makes it about 20x faster (literally).
2000-06-21 16:09:37 +00:00
oricn
2f055900af
Fixed the No Subect Bug
2000-05-19 15:20:17 +00:00
Luke Ehresman
35a3f12bec
fixed subject length problem
2000-05-14 17:31:55 +00:00
Luke Ehresman
568042e06c
address book saves stuff between instances
2000-05-05 01:23:25 +00:00
Luke Ehresman
d71571c45b
updated code for folder list and fixed a few bugs
2000-04-29 22:18:10 +00:00
Luke Ehresman
a67da6a07f
bugfixes
2000-04-28 21:03:01 +00:00
Luke Ehresman
4e1e5d8c63
changed messages to objects
2000-04-28 14:42:11 +00:00
Luke Ehresman
1b94a32042
speed optomizations and less imap commands
2000-04-28 03:43:43 +00:00
Luke Ehresman
62b919ff99
optomizations
2000-04-28 02:41:30 +00:00
Luke Ehresman
4f343ff7a2
updated documentation, fixed bugs with displaying multiple addrs
2000-04-27 03:04:15 +00:00
Luke Ehresman
587c0e7df1
sent shows "to" instead of "from"
2000-04-26 18:42:08 +00:00
Luke Ehresman
24b6b81305
re-fixed bug for fetching headers. (:
2000-04-18 01:10:27 +00:00
Luke Ehresman
21f468a0dc
fixed the problem with us not being RFC complient for courier
2000-04-18 00:28:16 +00:00
Luke Ehresman
e02cfd342e
changed <? to <?php in everything
2000-04-11 23:19:53 +00:00
Luke Ehresman
d8e415034a
added these, changed permissions
2000-04-10 15:33:00 +00:00
Luke Ehresman
19b3e0e380
removed these, changing permissiosn
2000-04-10 15:32:03 +00:00
Luke Ehresman
14565eb385
Added email addr parsing, added bugfix for boundary= header
2000-04-10 05:33:59 +00:00
Luke Ehresman
8d7c319295
fixed (no subject) in message list. it now shows
2000-03-24 23:31:00 +00:00