Commit graph

55 commits

Author SHA1 Message Date
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
Luke Ehresman
48eb500e94 fixed bug with unseen messages 2000-03-24 23:21:14 +00:00
Luke Ehresman
970897ebc5 fixed filename problem with attachments 2000-03-24 21:33:20 +00:00
gustavf
ac4d51a18e Fixed bug: Charset was not taken into account for single-part messages. 2000-03-24 11:09:19 +00:00
Luke Ehresman
0b98c72d5f fixed quote problem, and added \r\n to imap message 2000-03-23 15:41:21 +00:00
Luke Ehresman
3fe0106a7d fixed bug with "boundary" maybe being uppercase (pine) 2000-03-19 13:42:07 +00:00
gustavf
658948cab9 Added MESSAGE-ID to header array. 2000-03-15 09:59:01 +00:00
Luke Ehresman
16117bd1ac fixed the problem with no attachments 2000-03-13 12:04:39 +00:00
Luke Ehresman
b70d28043f added defaults if no mime type is available 2000-03-07 02:44:50 +00:00
Luke Ehresman
326e29e174 fixed problem with wrong messages getting deleted 2000-03-03 12:04:17 +00:00
Luke Ehresman
9dd3457d0c ifixed a few bugs with not being RFC complient 2000-02-29 12:42:57 +00:00
gustavf
20118cb5b3 Fixed bug: Encoding was not set correctly when message was not multipart. 2000-02-29 11:52:15 +00:00