Commit graph

478 commits

Author SHA1 Message Date
stekkel
3fe11b89f6 preg_match should look at field instead of value 2002-08-19 08:21:43 +00:00
indiri69
9116ca70bc X- style headers are optional and don't us comments like other headers. So
we shouldn't parse them. (RFC 2822 Section 3.6.8)
2002-08-16 16:17:21 +00:00
stekkel
e73e21055f fix for trailing space in personal address names 2002-08-16 12:43:30 +00:00
stekkel
c075641ad5 allow_call_time_pass_reference = Off fixes 2002-08-16 10:29:06 +00:00
stekkel
0edf363ab2 fix in unfolding headerlines
(\s doesn't work in str_replace)
2002-08-13 16:49:35 +00:00
stekkel
38fdd19299 moved parse header stuff to the mime-class and some rewriting to follow
rfc2060 better
2002-08-06 22:48:18 +00:00
stekkel
160431845f remove debug message 2002-07-30 16:19:40 +00:00
stekkel
1ab14b0d55 for safety covert disposition to lowercase before we check 2002-07-30 16:04:01 +00:00
stekkel
387780e5cc whoops, missed a line. 2002-07-30 08:00:16 +00:00
stekkel
7351378c3d finddisplayentity related fix 2002-07-30 07:52:01 +00:00
stekkel
3d8ffc9c06 minor fix to in displaying attachments 2002-07-29 07:58:59 +00:00
stekkel
d464c61a4f filename fix 2002-07-25 19:37:13 +00:00
stekkel
78369fb933 fix for viewing attachments 2002-07-25 19:34:49 +00:00
stekkel
2c75ab083d typo 2002-07-25 19:32:59 +00:00
thomppj
072fc8552f Renamed class/*.class files to class/*.class.php and made modifications
throughout the SquirrelMail code to represent these changes.
2002-07-25 13:57:18 +00:00
thomppj
249135cedd Added index in class dir to avoid unwanted directory listing. Minor
formatting modification to *.class files.

NOTE: We really want these files to be called *.class.php, not just
*.class.php.
2002-07-25 13:52:13 +00:00
stekkel
db5747eb3f fix for language argument and add language class. 2002-07-22 19:59:22 +00:00
stekkel
0f75e42637 Fixed nasty bug in finding the language argument (arg3 in multipart
entities)
2002-07-19 18:27:59 +00:00
teepe
a93dce8501 fixed indentation of close tags 2002-07-14 17:04:31 +00:00
teepe
75ca3cb200 make indentation start at '' indentation. (Code elegancy not yet 100% :-( ) 2002-07-14 16:08:56 +00:00
teepe
961084aff9 * fix style closing tags (</1> should be </b> etc.)
* prevent ' style="Array"' from the html output
2002-07-14 15:09:22 +00:00
stekkel
ce1d1b9169 Added finddisplayentity functions and getattachment functions 2002-07-12 15:52:23 +00:00
stekkel
7987e94b87 added a few functions 2002-07-12 15:50:57 +00:00
stekkel
be5376fcaf class file for storing/handling html-structures. If we use this class to
store our html objects (tables etc) then we can easy make use of css with
full support of the non-css browsers.
Also very usefull for future templates.
2002-07-09 22:51:28 +00:00
indiri69
bab8c14413 Minor code changes to help readablility 2002-07-08 22:18:35 +00:00
indiri69
4e665bdf87 Formatting changes 2002-07-08 22:15:25 +00:00
stekkel
ca2b542445 fix for processing literals
fix for setting the entity id of message/rfc822 attachments
(I realy thought I tested it enough, apparently not :-( )
2002-07-05 15:41:50 +00:00
stekkel
6193d73d30 message class related functions 2002-07-05 12:40:00 +00:00