CVS log for parser3/src/types/pa_vmail.C
Up to [parser3project] / parser3 / src / types
Request diff between arbitrary revisions - Display revisions graphically
Keyword substitution: kv
Default branch: MAIN
Revision 1.149: download - view: text, markup, annotated - select for diffs
Sat Apr 25 13:38:46 2026 UTC (5 weeks, 3 days ago) by moko
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.148: preferred, unified
Changes since revision 1.148: +2 -2 lines
Copyright year updated, websites links changed to https://
Revision 1.148: download - view: text, markup, annotated - select for diffs
Mon May 26 01:56:54 2025 UTC (12 months, 1 week ago) by moko
Branches: MAIN
Diff to: previous 1.147: preferred, unified
Changes since revision 1.147: +3 -3 lines
VString(const char *avalue) added and used to optimize new VString(*new String(i.key(), String::L_TAINTED)) (related to feature #1277)
Revision 1.147: download - view: text, markup, annotated - select for diffs
Mon May 26 00:52:15 2025 UTC (12 months, 1 week ago) by moko
Branches: MAIN
Diff to: previous 1.146: preferred, unified
Changes since revision 1.146: +2 -2 lines
implements feature #1277
String::Body(const char *abody) now explicit
but HashString::put(const char *str, V value) added for simplicity
optimizations:
HASH_PUT_CSTR used where hash.put called several time during execution;
caching String::Body::uitoa used at all pash.put(<uint> calls.
Revision 1.146: download - view: text, markup, annotated - select for diffs
Wed Dec 11 04:07:07 2024 UTC (17 months, 3 weeks ago) by moko
Branches: MAIN
CVS tags: release_3_5_1,
release_3_5_0
Diff to: previous 1.145: preferred, unified
Changes since revision 1.145: +15 -26 lines
$mail:received tables -> elements array (related to feature #1226)
Revision 1.145: download - view: text, markup, annotated - select for diffs
Mon Nov 4 03:53:26 2024 UTC (18 months, 4 weeks ago) by moko
Branches: MAIN
Diff to: previous 1.144: preferred, unified
Changes since revision 1.144: +2 -2 lines
Copyright year updated
Revision 1.144: download - view: text, markup, annotated - select for diffs
Sat Sep 28 14:37:54 2024 UTC (20 months ago) by moko
Branches: MAIN
Diff to: previous 1.143: preferred, unified
Changes since revision 1.143: +2 -2 lines
minor error messages spelling fixes
Revision 1.143: download - view: text, markup, annotated - select for diffs
Sat Sep 14 22:58:50 2024 UTC (20 months, 2 weeks ago) by moko
Branches: MAIN
Diff to: previous 1.142: preferred, unified
Changes since revision 1.142: +6 -6 lines
initial SparseArray separation from Array, parser class now 'array'
Revision 1.142: download - view: text, markup, annotated - select for diffs
Fri Sep 13 04:01:23 2024 UTC (20 months, 2 weeks ago) by moko
Branches: MAIN
Diff to: previous 1.141: preferred, unified
Changes since revision 1.141: +2 -2 lines
optimization: Value::as() removed as dynamic_cast is faster, Value::is() is still required for is operator.
Revision 1.141: download - view: text, markup, annotated - select for diffs
Tue Sep 26 20:49:12 2023 UTC (2 years, 8 months ago) by moko
Branches: MAIN
Diff to: previous 1.140: preferred, unified
Changes since revision 1.140: +3 -3 lines
copyright, authors actualized
Revision 1.140: download - view: text, markup, annotated - select for diffs
Mon Aug 22 22:04:48 2022 UTC (3 years, 9 months ago) by moko
Branches: MAIN
Diff to: previous 1.139: preferred, unified
Changes since revision 1.139: +48 -8 lines
.tables addes as .raw contains only last header value
Revision 1.139: download - view: text, markup, annotated - select for diffs
Tue Oct 19 16:16:36 2021 UTC (4 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.138: preferred, unified
Changes since revision 1.138: +3 -3 lines
hash no longer is accepted as file parameter (fixes bug #1218)
Revision 1.138: download - view: text, markup, annotated - select for diffs
Fri Apr 16 20:44:31 2021 UTC (5 years, 1 month ago) by moko
Branches: MAIN
Diff to: previous 1.137: preferred, unified
Changes since revision 1.137: +5 -3 lines
message can be null when e-mail is broken, processing it leads to assertions.
Revision 1.137: download - view: text, markup, annotated - select for diffs
Wed Feb 10 22:05:21 2021 UTC (5 years, 3 months ago) by moko
Branches: MAIN
Diff to: previous 1.136: preferred, unified
Changes since revision 1.136: +4 -4 lines
mail parsing with Windows line endings fixed (bug #1212)
Revision 1.136: download - view: text, markup, annotated - select for diffs
Sat Dec 26 23:09:08 2020 UTC (5 years, 5 months ago) by moko
Branches: MAIN
CVS tags: release_3_4_6
Diff to: previous 1.135: preferred, unified
Changes since revision 1.135: +3 -3 lines
fine tuning in ^table.rename[], minor spelling
Revision 1.135: download - view: text, markup, annotated - select for diffs
Tue Dec 15 17:10:41 2020 UTC (5 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.134: preferred, unified
Changes since revision 1.134: +2 -2 lines
Copyright year updated
Revision 1.134: download - view: text, markup, annotated - select for diffs
Fri May 22 21:14:01 2020 UTC (6 years ago) by moko
Branches: MAIN
Diff to: previous 1.133: preferred, unified
Changes since revision 1.133: +3 -3 lines
whitespace, unused level removed
Revision 1.133: download - view: text, markup, annotated - select for diffs
Tue May 19 09:36:39 2020 UTC (6 years ago) by moko
Branches: MAIN
Diff to: previous 1.132: preferred, unified
Changes since revision 1.132: +20 -40 lines
whitespace
Revision 1.132: download - view: text, markup, annotated - select for diffs
Tue May 19 09:17:32 2020 UTC (6 years ago) by moko
Branches: MAIN
Diff to: previous 1.131: preferred, unified
Changes since revision 1.131: +11 -11 lines
files should be processed last (related to feature #1176)
Revision 1.131: download - view: text, markup, annotated - select for diffs
Tue Feb 25 23:21:10 2020 UTC (6 years, 3 months ago) by moko
Branches: MAIN
Diff to: previous 1.130: preferred, unified
Changes since revision 1.130: +21 -42 lines
g_mime_stream_pipe_new used by gmime author advice (related to feature #1199)
Revision 1.130: download - view: text, markup, annotated - select for diffs
Tue Feb 25 08:54:33 2020 UTC (6 years, 3 months ago) by moko
Branches: MAIN
Diff to: previous 1.129: preferred, unified
Changes since revision 1.129: +41 -16 lines
avoiding https://github.com/jstedfast/gmime/issues/83 "feature" (related to feature #1199)
Revision 1.129: download - view: text, markup, annotated - select for diffs
Wed Feb 12 00:01:21 2020 UTC (6 years, 3 months ago) by moko
Branches: MAIN
Diff to: previous 1.128: preferred, unified
Changes since revision 1.128: +6 -10 lines
minimize diff
Revision 1.128: download - view: text, markup, annotated - select for diffs
Tue Feb 11 21:39:15 2020 UTC (6 years, 3 months ago) by moko
Branches: MAIN
Diff to: previous 1.127: preferred, unified
Changes since revision 1.127: +65 -18 lines
libgmime 3.X support (implements feature #1199)
Revision 1.127: download - view: text, markup, annotated - select for diffs
Wed Nov 13 22:05:48 2019 UTC (6 years, 6 months ago) by moko
Branches: MAIN
Diff to: previous 1.126: preferred, unified
Changes since revision 1.126: +2 -1 lines
base64 options added, but not yet implemented (related to feature #986)
Revision 1.126: download - view: text, markup, annotated - select for diffs
Mon May 29 11:03:23 2017 UTC (9 years ago) by moko
Branches: MAIN
Diff to: previous 1.125: preferred, unified
Changes since revision 1.125: +28 -38 lines
mail headers are now correctly truncated - MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring added to avoid cutting of UTF-8 chars (fixed bug #123)
Revision 1.125: download - view: text, markup, annotated - select for diffs
Wed May 17 14:22:12 2017 UTC (9 years ago) by moko
Branches: MAIN
Diff to: previous 1.124: preferred, unified
Changes since revision 1.124: +4 -4 lines
fixed spelling typos from lintian reported by Sergey B Kirpichev (fixes bug #1156)
Revision 1.124: download - view: text, markup, annotated - select for diffs
Tue Feb 7 22:00:49 2017 UTC (9 years, 3 months ago) by moko
Branches: MAIN
CVS tags: release_3_4_5
Diff to: previous 1.123: preferred, unified
Changes since revision 1.123: +2 -2 lines
Copyright year: 2015->2017
Revision 1.123: download - view: text, markup, annotated - select for diffs
Wed Oct 26 16:40:50 2016 UTC (9 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.122: preferred, unified
Changes since revision 1.122: +3 -3 lines
optimization: L_PASS_APPENDED removed as no longer required (related to feature #1091)
Revision 1.122: download - view: text, markup, annotated - select for diffs
Wed Oct 26 15:44:50 2016 UTC (9 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.121: preferred, unified
Changes since revision 1.121: +9 -11 lines
Temp_lang removed, write_no_lang now almost equal write_pass_lang (related to feature #1091)
Revision 1.121: download - view: text, markup, annotated - select for diffs
Wed Sep 21 15:35:11 2016 UTC (9 years, 8 months ago) by moko
Branches: MAIN
Diff to: previous 1.120: preferred, unified
Changes since revision 1.120: +3 -3 lines
charsets -> pa_charsets, vs2015 warning war
Revision 1.120: download - view: text, markup, annotated - select for diffs
Thu Aug 4 22:12:50 2016 UTC (9 years, 10 months ago) by moko
Branches: MAIN
Diff to: previous 1.119: preferred, unified
Changes since revision 1.119: +4 -5 lines
^hash::create[$file] now supported (implements feature #1075)
Revision 1.119: download - view: text, markup, annotated - select for diffs
Fri Jul 29 20:24:17 2016 UTC (9 years, 10 months ago) by moko
Branches: MAIN
Diff to: previous 1.118: preferred, unified
Changes since revision 1.118: +2 -3 lines
charsets.get now does str_upper inside (related to feature #1061)
Revision 1.118: download - view: text, markup, annotated - select for diffs
Thu Jul 21 17:05:37 2016 UTC (9 years, 10 months ago) by moko
Branches: MAIN
Diff to: previous 1.117: preferred, unified
Changes since revision 1.117: +3 -9 lines
get_uuid_boundary() added and used, static boundary in mail removed, Errors-To: mail header removed (implements feature #1047)
Revision 1.117: download - view: text, markup, annotated - select for diffs
Wed Apr 6 16:08:20 2016 UTC (10 years, 1 month ago) by moko
Branches: MAIN
Diff to: previous 1.116: preferred, unified
Changes since revision 1.116: +2 -2 lines
base -> methoded_donor for static classes, type() moved from VStateless_class to VClass and Methoded (implements feature #1051)
Revision 1.116: download - view: text, markup, annotated - select for diffs
Thu Mar 31 21:46:21 2016 UTC (10 years, 2 months ago) by moko
Branches: MAIN
Diff to: previous 1.115: preferred, unified
Changes since revision 1.115: +3 -3 lines
optimizaion: *_base_class removed (related to feature #1051)
Revision 1.115: download - view: text, markup, annotated - select for diffs
Mon Oct 26 01:22:02 2015 UTC (10 years, 7 months ago) by moko
Branches: MAIN
CVS tags: release_3_4_4
Diff to: previous 1.114: preferred, unified
Changes since revision 1.114: +2 -2 lines
Copyright year updated
Revision 1.114: download - view: text, markup, annotated - select for diffs
Fri Aug 28 16:26:02 2015 UTC (10 years, 9 months ago) by moko
Branches: MAIN
Diff to: previous 1.113: preferred, unified
Changes since revision 1.113: +2 -2 lines
*** empty log message ***
Revision 1.113: download - view: text, markup, annotated - select for diffs
Fri Aug 28 16:24:42 2015 UTC (10 years, 9 months ago) by moko
Branches: MAIN
Diff to: previous 1.112: preferred, unified
Changes since revision 1.112: +4 -27 lines
fixed $mail:received.date calculations (fixes bug #1030)
Revision 1.112: download - view: text, markup, annotated - select for diffs
Wed Jun 3 00:13:19 2015 UTC (11 years ago) by moko
Branches: MAIN
Diff to: previous 1.111: preferred, unified
Changes since revision 1.111: +6 -1 lines
$response:headers are now in uppercase (closes feature #1007)
Revision 1.111: download - view: text, markup, annotated - select for diffs
Sat May 30 22:55:29 2015 UTC (11 years ago) by moko
Branches: MAIN
Diff to: previous 1.110: preferred, unified
Changes since revision 1.110: +2 -2 lines
warning war (-pedantic flag)
Revision 1.110: download - view: text, markup, annotated - select for diffs
Mon Mar 16 09:47:35 2015 UTC (11 years, 2 months ago) by misha
Branches: MAIN
Diff to: previous 1.109: preferred, unified
Changes since revision 1.109: +2 -2 lines
- $var.CLASS & $var.CLASS_NAME now have special opcodes. This can be switched off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL on pa_opcode.h ( new feature: #844 )
Revision 1.109: download - view: text, markup, annotated - select for diffs
Mon Mar 9 04:56:08 2015 UTC (11 years, 2 months ago) by moko
Branches: MAIN
Diff to: previous 1.108: preferred, unified
Changes since revision 1.108: +2 -2 lines
exception for everything but $mail:received, closes issue #1011
Revision 1.108: download - view: text, markup, annotated - select for diffs
Tue Feb 17 05:01:09 2015 UTC (11 years, 3 months ago) by moko
Branches: MAIN
Diff to: previous 1.107: preferred, unified
Changes since revision 1.107: +2 -2 lines
closes issue #1009 - mail content should be tainted.
Revision 1.107: download - view: text, markup, annotated - select for diffs
Tue Jan 6 03:35:16 2015 UTC (11 years, 4 months ago) by moko
Branches: MAIN
Diff to: previous 1.106: preferred, unified
Changes since revision 1.106: +31 -22 lines
file names transcode added, to and cc added with transcode, attachments detection fixed
Revision 1.106: download - view: text, markup, annotated - select for diffs
Wed Dec 31 06:08:02 2014 UTC (11 years, 5 months ago) by moko
Branches: MAIN
Diff to: previous 1.105: preferred, unified
Changes since revision 1.105: +14 -3 lines
from and subject now transcoded if not UTF-8 source charset (fixes issue 996)
Revision 1.105: download - view: text, markup, annotated - select for diffs
Wed Jul 31 15:15:39 2013 UTC (12 years, 10 months ago) by moko
Branches: MAIN
CVS tags: release_3_4_3
Diff to: previous 1.104: preferred, unified
Changes since revision 1.104: +1 -11 lines
no message
Revision 1.104: download - view: text, markup, annotated - select for diffs
Fri Jul 20 20:56:06 2012 UTC (13 years, 10 months ago) by moko
Branches: MAIN
Diff to: previous 1.103: preferred, unified
Changes since revision 1.103: +2 -2 lines
*** empty log message ***
Revision 1.103: download - view: text, markup, annotated - select for diffs
Fri Jul 20 20:54:24 2012 UTC (13 years, 10 months ago) by moko
Branches: MAIN
Diff to: previous 1.102: preferred, unified
Changes since revision 1.102: +23 -23 lines
g_assertion fixes for empty input
Revision 1.102: download - view: text, markup, annotated - select for diffs
Fri Jul 20 20:36:02 2012 UTC (13 years, 10 months ago) by moko
Branches: MAIN
Diff to: previous 1.101: preferred, unified
Changes since revision 1.101: +2 -2 lines
*** empty log message ***
Revision 1.101: download - view: text, markup, annotated - select for diffs
Fri Jul 20 20:29:58 2012 UTC (13 years, 10 months ago) by moko
Branches: MAIN
Diff to: previous 1.100: preferred, unified
Changes since revision 1.100: +10 -10 lines
yet another fix (strange GPF on object unref, can't unref nested objects)
Revision 1.100: download - view: text, markup, annotated - select for diffs
Fri Jul 20 20:01:16 2012 UTC (13 years, 10 months ago) by moko
Branches: MAIN
Diff to: previous 1.99: preferred, unified
Changes since revision 1.99: +2 -2 lines
another check added
Revision 1.99: download - view: text, markup, annotated - select for diffs
Mon Jul 16 11:38:04 2012 UTC (13 years, 10 months ago) by moko
Branches: MAIN
Diff to: previous 1.98: preferred, unified
Changes since revision 1.98: +172 -218 lines
updated to work gmime 2.6, headers now capitalized, content now decoded and text content converted to $request:charset.
all properties are accessed by functions, this ready for dynamic load.
Revision 1.98: download - view: text, markup, annotated - select for diffs
Fri Mar 16 09:24:18 2012 UTC (14 years, 2 months ago) by moko
Branches: MAIN
CVS tags: release_3_4_2
Diff to: previous 1.97: preferred, unified
Changes since revision 1.97: +3 -3 lines
ident now works under Linux + ident displays filenames (closes issue #818)
Copyright updated
Revision 1.97: download - view: text, markup, annotated - select for diffs
Thu Oct 15 01:08:05 2009 UTC (16 years, 7 months ago) by misha
Branches: MAIN
CVS tags: release_3_4_1,
release_3_4_0
Diff to: previous 1.96: preferred, unified
Changes since revision 1.96: +3 -3 lines
- little hacking: for dealing with transcoding+^taint[uri] transcode_and_untaint was replaced by untaint_and_transcode
Revision 1.96: download - view: text, markup, annotated - select for diffs
Mon Sep 28 11:09:45 2009 UTC (16 years, 8 months ago) by misha
Branches: MAIN
Diff to: previous 1.95: preferred, unified
Changes since revision 1.95: +2 -2 lines
- forgot about space after ':'
Revision 1.95: download - view: text, markup, annotated - select for diffs
Mon Sep 28 09:00:33 2009 UTC (16 years, 8 months ago) by misha
Branches: MAIN
Diff to: previous 1.94: preferred, unified
Changes since revision 1.94: +24 -21 lines
- escape filenames while preparing mail body
- small simplifications
Revision 1.94: download - view: text, markup, annotated - select for diffs
Sun Sep 27 22:10:02 2009 UTC (16 years, 8 months ago) by misha
Branches: MAIN
Diff to: previous 1.93: preferred, unified
Changes since revision 1.93: +4 -3 lines
- new option $.debug-print(1) was added to mail:send
- changes for using uue_encode which uses less memory
Revision 1.93: download - view: text, markup, annotated - select for diffs
Sat Sep 26 12:32:23 2009 UTC (16 years, 8 months ago) by misha
Branches: MAIN
Diff to: previous 1.92: preferred, unified
Changes since revision 1.92: +11 -9 lines
- default encoding now is base64
Revision 1.92: download - view: text, markup, annotated - select for diffs
Sat Sep 26 12:19:39 2009 UTC (16 years, 8 months ago) by misha
Branches: MAIN
Diff to: previous 1.91: preferred, unified
Changes since revision 1.91: +21 -18 lines
no message
Revision 1.91: download - view: text, markup, annotated - select for diffs
Fri Sep 25 13:00:19 2009 UTC (16 years, 8 months ago) by misha
Branches: MAIN
Diff to: previous 1.90: preferred, unified
Changes since revision 1.90: +11 -11 lines
- capitalization of headers was added to sending mail as well
Revision 1.90: download - view: text, markup, annotated - select for diffs
Thu Sep 3 11:08:40 2009 UTC (16 years, 9 months ago) by misha
Branches: MAIN
Diff to: previous 1.89: preferred, unified
Changes since revision 1.89: +2 -2 lines
- back to storing response http headers in lowercase
- capitalize them during output
Revision 1.89: download - view: text, markup, annotated - select for diffs
Sun Aug 30 05:29:01 2009 UTC (16 years, 9 months ago) by misha
Branches: MAIN
Diff to: previous 1.88: preferred, unified
Changes since revision 1.88: +3 -3 lines
- http headers were changed: content-type => Content-type and so on
Revision 1.88: download - view: text, markup, annotated - select for diffs
Sat Aug 8 13:30:21 2009 UTC (16 years, 9 months ago) by misha
Branches: MAIN
Diff to: previous 1.87: preferred, unified
Changes since revision 1.87: +3 -3 lines
- new classes implementation
Revision 1.87: download - view: text, markup, annotated - select for diffs
Tue Jul 7 05:48:24 2009 UTC (16 years, 11 months ago) by misha
Branches: MAIN
Diff to: previous 1.86: preferred, unified
Changes since revision 1.86: +2 -2 lines
- some code cleanup
Revision 1.86: download - view: text, markup, annotated - select for diffs
Mon Jul 6 12:10:09 2009 UTC (16 years, 11 months ago) by misha
Branches: MAIN
Diff to: previous 1.85: preferred, unified
Changes since revision 1.85: +3 -3 lines
- cstr(params) and cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m] should be used
Revision 1.85: download - view: text, markup, annotated - select for diffs
Mon Jul 6 08:48:24 2009 UTC (16 years, 11 months ago) by misha
Branches: MAIN
Diff to: previous 1.84: preferred, unified
Changes since revision 1.84: +2 -2 lines
- optimizations and simplification of string.cstr(...)
Revision 1.84: download - view: text, markup, annotated - select for diffs
Fri Apr 10 11:35:50 2009 UTC (17 years, 1 month ago) by misha
Branches: MAIN
Diff to: previous 1.83: preferred, unified
Changes since revision 1.83: +5 -5 lines
- normalizing todo-comments: '@todo' now
Revision 1.83: download - view: text, markup, annotated - select for diffs
Mon Jan 12 07:51:19 2009 UTC (17 years, 4 months ago) by misha
Branches: MAIN
Diff to: previous 1.82: preferred, unified
Changes since revision 1.82: +6 -6 lines
- some constants changed their names
Revision 1.82: download - view: text, markup, annotated - select for diffs
Thu Feb 21 13:13:28 2008 UTC (18 years, 3 months ago) by misha
Branches: MAIN
CVS tags: release_3_3_0,
release_3_2_3
Diff to: previous 1.81: preferred, unified
Changes since revision 1.81: +6 -5 lines
- fixed core in sending mail with attachment in simple mode ($.file[file here]) introduced in 3.2.2
Revision 1.81: download - view: text, markup, annotated - select for diffs
Mon Oct 22 16:40:05 2007 UTC (18 years, 7 months ago) by misha
Branches: MAIN
CVS tags: release_3_2_2
Diff to: previous 1.80: preferred, unified
Changes since revision 1.80: +5 -2
lines
- content-transfer-encoding: 8bit added
Revision 1.80: download - view: text, markup, annotated - select for diffs
Mon Oct 22 14:35:14 2007 UTC (18 years, 7 months ago) by misha
Branches: MAIN
Diff to: previous 1.79: preferred, unified
Changes since revision 1.79: +9 -8
lines
- more constants used
- content-transfer-encoding: 8bit added
Revision 1.79: download - view: text, markup, annotated - select for diffs
Mon Oct 22 13:46:03 2007 UTC (18 years, 7 months ago) by misha
Branches: MAIN
Diff to: previous 1.78: preferred, unified
Changes since revision 1.78: +11 -14
lines
- constant renamed
- $.content-id don't ommit anymore if $.content-disposition was specified
- little refactoring
Revision 1.78: download - view: text, markup, annotated - select for diffs
Mon Apr 23 10:30:50 2007 UTC (19 years, 1 month ago) by misha
Branches: MAIN
Diff to: previous 1.77: preferred, unified
Changes since revision 1.77: +8 -8
lines
- "parser.runtime" strings were removed
Revision 1.77: download - view: text, markup, annotated - select for diffs
Thu Nov 16 18:41:38 2006 UTC (19 years, 6 months ago) by misha
Branches: MAIN
Diff to: previous 1.76: preferred, unified
Changes since revision 1.76: +3 -2
lines
- fix missed brakes
Revision 1.76: download - view: text, markup, annotated - select for diffs
Thu Nov 16 18:05:42 2006 UTC (19 years, 6 months ago) by misha
Branches: MAIN
Diff to: previous 1.75: preferred, unified
Changes since revision 1.75: +34 -8
lines
- mail:send now set content-type: multipart/related instead of multipart/mixed if file have $.content-id[]
Revision 1.75: download - view: text, markup, annotated - select for diffs
Fri Jun 9 18:54:01 2006 UTC (19 years, 11 months ago) by paf
Branches: MAIN
Diff to: previous 1.74: preferred, unified
Changes since revision 1.74: +10 -2
lines
misha:
Sent: Wednesday, June 07, 2006 8:51 PM
Subject: patch for base64 in ^mail:send[] %-)
Revision 1.74: download - view: text, markup, annotated - select for diffs
Sun Apr 9 13:38:48 2006 UTC (20 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.73: preferred, unified
Changes since revision 1.73: +4 -4
lines
+ ^break[] ^continue[], in ^for, ^while, ^menu, ^hash/hashfile.foreach
Revision 1.73.10.1: download - view: text, markup, annotated - select for diffs
Sun Apr 9 12:25:05 2006 UTC (20 years, 1 month ago) by paf
Diff to: previous 1.73: preferred, unified; next MAIN 1.74: preferred, unified
Changes since revision 1.73: +4 -4
lines
! switched to VS2005 (projects and object<info explicitly typed>.for_each(, info))
+ $response:field[] setting void means removing
+ grammar $name` name stops now, for mysql `$field`
+ started ^break[] ^continue[], in ^for. TODO: to other iterators (while, menu, foreach)
+ all log messages += [uri=, method=, cl=]
Revision 1.73: download - view: text, markup, annotated - select for diffs
Fri Dec 9 07:18:08 2005 UTC (20 years, 5 months ago) by paf
Branches: MAIN
CVS tags: release_3_2_1,
paf_left
Diff to: previous 1.72: preferred, unified
Changes since revision 1.72: +21 -12
lines
. merged latest fixes from 3.2.0
Revision 1.71.6.2: download - view: text, markup, annotated - select for diffs
Thu Dec 8 10:55:43 2005 UTC (20 years, 5 months ago) by paf
Branches: release_3_1_5
CVS tags: release_3_1_6
Diff to: previous 1.71.6.1: preferred, unified; next MAIN 1.72: preferred, unified
Changes since revision 1.71.6.1: +21 -12
lines
merged from 3.2.0
! bcc line longer then 500 chars now handled OK [were wrapped on 500th char according to rfc, but sendmail failed to unwrap it properly]
Revision 1.72.2.1: download - view: text, markup, annotated - select for diffs
Thu Dec 8 10:54:50 2005 UTC (20 years, 5 months ago) by paf
Branches: release_3_2_0
Diff to: previous 1.72: preferred, unified; next MAIN 1.73: preferred, unified
Changes since revision 1.72: +21 -12
lines
! bcc line longer then 500 chars now handled OK [were wrapped on 500th char according to rfc, but sendmail failed to unwrap it properly]
Revision 1.72: download - view: text, markup, annotated - select for diffs
Tue Aug 9 08:14:54 2005 UTC (20 years, 9 months ago) by paf
Branches: MAIN
Branch point for: release_3_2_0
Diff to: previous 1.71: preferred, unified
Changes since revision 1.71: +2 -2
lines
2005
Revision 1.71.6.1: download - view: text, markup, annotated - select for diffs
Fri Aug 5 13:03:04 2005 UTC (20 years, 10 months ago) by paf
Branches: release_3_1_5
Diff to: previous 1.71: preferred, unified
Changes since revision 1.71: +2 -2
lines
. 2005 ;)
Revision 1.71: download - view: text, markup, annotated - select for diffs
Mon Jan 31 11:30:35 2005 UTC (21 years, 4 months ago) by paf
Branches: MAIN
Branch point for: release_3_1_5
Diff to: previous 1.70: preferred, unified
Changes since revision 1.70: +10 -8
lines
change: $.partX now always 1...
change: $.partNoNumber now alias to $.part1
Revision 1.70: download - view: text, markup, annotated - select for diffs
Mon Jan 31 08:53:22 2005 UTC (21 years, 4 months ago) by paf
Branches: MAIN
Diff to: previous 1.69: preferred, unified
Changes since revision 1.69: +4 -2
lines
change: incoming letter part contains "content-disposition" header with any value?
now considering that part to be "file#" [for text/plain text/html were $.text# $.html#]
Revision 1.69: download - view: text, markup, annotated - select for diffs
Wed Dec 8 08:45:13 2004 UTC (21 years, 5 months ago) by paf
Branches: MAIN
CVS tags: release_3_1_4
Diff to: previous 1.68: preferred, unified
Changes since revision 1.68: +3 -2
lines
bugfix: mail body now cstr-ed knowing mail charset, and untainting uri lang now knows proper charset
Revision 1.68: download - view: text, markup, annotated - select for diffs
Fri Nov 12 11:34:46 2004 UTC (21 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.67: preferred, unified
Changes since revision 1.67: +2 -3
lines
bugfix: mail:send[$.date[]] were ignored [since 3.0.4]
Revision 1.67: download - view: text, markup, annotated - select for diffs
Wed Sep 1 13:14:43 2004 UTC (21 years, 9 months ago) by paf
Branches: MAIN
Diff to: previous 1.66: preferred, unified
Changes since revision 1.66: +2 -2
lines
change: multipart/mixed changed to multipart/related
outlook express have no problems showing unrelated attachments.
todo: someday figure out a way of
multipart/mixed
multipart/related
text/html
image/xxx
application/octet-stream << true attachments
Revision 1.66: download - view: text, markup, annotated - select for diffs
Wed Sep 1 12:21:10 2004 UTC (21 years, 9 months ago) by paf
Branches: MAIN
Diff to: previous 1.65: preferred, unified
Changes since revision 1.65: +20 -10
lines
new: ^mail:send[$.file[$.content-disposition can be overriden
new: empty mail header fields removed from letter
Revision 1.65: download - view: text, markup, annotated - select for diffs
Wed Sep 1 09:53:41 2004 UTC (21 years, 9 months ago) by paf
Branches: MAIN
Diff to: previous 1.64: preferred, unified
Changes since revision 1.64: +2 -2
lines
no message
Revision 1.64: download - view: text, markup, annotated - select for diffs
Wed Sep 1 09:16:58 2004 UTC (21 years, 9 months ago) by paf
Branches: MAIN
Diff to: previous 1.63: preferred, unified
Changes since revision 1.63: +11 -3
lines
new: ^mail:send[
$.file[
$.any[header]
Revision 1.63: download - view: text, markup, annotated - select for diffs
Wed Jul 28 14:38:21 2004 UTC (21 years, 10 months ago) by paf
Branches: MAIN
Diff to: previous 1.62: preferred, unified
Changes since revision 1.62: +2 -2
lines
bugfix: isspace((unsigned char)c) everywhere. failed on russian letters
Revision 1.62: download - view: text, markup, annotated - select for diffs
Wed Jul 28 13:43:58 2004 UTC (21 years, 10 months ago) by paf
Branches: MAIN
Diff to: previous 1.61: preferred, unified
Changes since revision 1.61: +4 -4
lines
bugfix: isspace((unsigned char)c) everywhere. failed on russian letters
Revision 1.61: download - view: text, markup, annotated - select for diffs
Wed Jul 21 13:53:20 2004 UTC (21 years, 10 months ago) by paf
Branches: MAIN
Diff to: previous 1.60: preferred, unified
Changes since revision 1.60: +16 -3
lines
bugfix: too long header values now splitted to several lines
were:
header: vaaaaaaaaaaaalue
now:
header: vaaaaaa
aaalue
note: ms outlook[!express] shows only first 255 characters of subject
Revision 1.60: download - view: text, markup, annotated - select for diffs
Tue May 11 15:03:49 2004 UTC (22 years ago) by paf
Branches: MAIN
CVS tags: release_3_1_3
Diff to: previous 1.59: preferred, unified
Changes since revision 1.59: +8 -8
lines
bugfix: bcc with sendmail now left intact
Revision 1.59: download - view: text, markup, annotated - select for diffs
Tue Feb 24 11:25:38 2004 UTC (22 years, 3 months ago) by paf
Branches: MAIN
CVS tags: release_3_1_2
Diff to: previous 1.58: preferred, unified
Changes since revision 1.58: +8 -8
lines
smtp on unix: steps to work on unix [extracted 'to']
Revision 1.58: download - view: text, markup, annotated - select for diffs
Wed Feb 11 15:33:18 2004 UTC (22 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.57: preferred, unified
Changes since revision 1.57: +2 -2
lines
2004
Revision 1.57: download - view: text, markup, annotated - select for diffs
Tue Dec 2 15:04:25 2003 UTC (22 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.56: preferred, unified
Changes since revision 1.56: +2 -2
lines
bugfix: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were: as-is forced]
Revision 1.56: download - view: text, markup, annotated - select for diffs
Tue Nov 25 15:50:58 2003 UTC (22 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.55: preferred, unified
Changes since revision 1.55: +3 -5
lines
no message
Revision 1.55: download - view: text, markup, annotated - select for diffs
Thu Nov 20 17:15:12 2003 UTC (22 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.54: preferred, unified
Changes since revision 1.54: +3 -4
lines
more warnings --
Revision 1.54: download - view: text, markup, annotated - select for diffs
Thu Nov 20 16:34:30 2003 UTC (22 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.53: preferred, unified
Changes since revision 1.53: +1 -1
lines
static const char * const IDENT
Revision 1.53: download - view: text, markup, annotated - select for diffs
Thu Nov 20 15:35:32 2003 UTC (22 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.52: preferred, unified
Changes since revision 1.52: +12 -3
lines
turned on warnings level4 on all projects (except libltdl=off & libsdbm=level3)
found several unitialized vars
Revision 1.52: download - view: text, markup, annotated - select for diffs
Tue Nov 4 12:29:16 2003 UTC (22 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.51: preferred, unified
Changes since revision 1.51: +3 -2
lines
!^mail:send[
$.options[unix: string to append to sendmail command line]
Revision 1.51: download - view: text, markup, annotated - select for diffs
Thu Sep 25 09:15:03 2003 UTC (22 years, 8 months ago) by paf
Branches: MAIN
CVS tags: release_3_1_1
Diff to: previous 1.50: preferred, unified
Changes since revision 1.50: +2 -2
lines
string_fragments_to_cord merged to HEAD
Revision 1.50.2.1: download - view: text, markup, annotated - select for diffs
Wed Sep 24 14:32:06 2003 UTC (22 years, 8 months ago) by paf
Diff to: previous 1.50: preferred, unified; next MAIN 1.51: preferred, unified
Changes since revision 1.50: +2 -2
lines
v() functions of String::Body, String::Languages and String itself
StringBody->String::Body
Revision 1.50: download - view: text, markup, annotated - select for diffs
Tue Aug 19 08:36:08 2003 UTC (22 years, 9 months ago) by paf
Branches: MAIN
Diff to: previous 1.49: preferred, unified
Changes since revision 1.49: +3 -2
lines
turned off recoding in gmime (were still recoding headers)
Revision 1.49: download - view: text, markup, annotated - select for diffs
Tue Aug 19 08:30:52 2003 UTC (22 years, 9 months ago) by paf
Branches: MAIN
Diff to: previous 1.48: preferred, unified
Changes since revision 1.48: +6 -12
lines
works as before, same charset problems:
gmime recodes to UTF-8 only headers, not body. so not recoding anything for now
Revision 1.48: download - view: text, markup, annotated - select for diffs
Tue Aug 19 08:22:13 2003 UTC (22 years, 9 months ago) by paf
Branches: MAIN
Diff to: previous 1.47: preferred, unified
Changes since revision 1.47: +35 -25
lines
parses headers, still problems with body
Revision 1.47: download - view: text, markup, annotated - select for diffs
Tue Aug 19 07:16:23 2003 UTC (22 years, 9 months ago) by paf
Branches: MAIN
Diff to: previous 1.46: preferred, unified
Changes since revision 1.46: +33 -41
lines
mail_receive just compiled
Revision 1.46: download - view: text, markup, annotated - select for diffs
Mon Aug 18 08:27:41 2003 UTC (22 years, 9 months ago) by paf
Branches: MAIN
Diff to: previous 1.45: preferred, unified
Changes since revision 1.45: +9 -10
lines
merged 3.1.0 latest changes
Revision 1.45.2.1: download - view: text, markup, annotated - select for diffs
Tue Jul 29 07:02:46 2003 UTC (22 years, 10 months ago) by paf
Branches: release_3_1_0
Diff to: previous 1.45: preferred, unified; next MAIN 1.46: preferred, unified
Changes since revision 1.45: +9 -10
lines
just started --with-mail-receive
Revision 1.45: download - view: text, markup, annotated - select for diffs
Thu Jul 24 11:31:26 2003 UTC (22 years, 10 months ago) by paf
Branches: MAIN
Branch point for: release_3_1_0
Diff to: previous 1.44: preferred, unified
Changes since revision 1.44: +309 -242
lines
moved tempate_gc to HEAD
Revision 1.40.2.12.2.19: download - view: text, markup, annotated - select for diffs
Mon Apr 21 08:19:13 2003 UTC (23 years, 1 month ago) by paf
Diff to: previous 1.40.2.12.2.18: preferred, unified; next MAIN 1.41: preferred, unified
Changes since revision 1.40.2.12.2.18: +55 -33
lines
^mail:send[$.body backward compatibility
Revision 1.40.2.12.2.18: download - view: text, markup, annotated - select for diffs
Mon Apr 21 07:32:23 2003 UTC (23 years, 1 month ago) by paf
Diff to: previous 1.40.2.12.2.17: preferred, unified
Changes since revision 1.40.2.12.2.17: +3 -2
lines
attributed_meaning_to_string added L_UNSPECIFIED piece
which was sortof OK, but violated string invariant [assertion barked on that]
changed to L_PASS_APPEND, made that param obligatory
Revision 1.40.2.12.2.17: download - view: text, markup, annotated - select for diffs
Tue Apr 8 16:11:54 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.40.2.12.2.16: preferred, unified
Changes since revision 1.40.2.12.2.16: +2 -2
lines
started http://
$.charset[] param
and
http response charset detection
just compiled.
todo:test
Revision 1.40.2.12.2.16: download - view: text, markup, annotated - select for diffs
Tue Apr 8 13:58:30 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.40.2.12.2.15: preferred, unified
Changes since revision 1.40.2.12.2.15: +19 -20
lines
changed transcode param converntion along with string creating convention -- all strings are zero-terminated,
this allowed to fix one remaining String("123", 2) case
Revision 1.40.2.12.2.15: download - view: text, markup, annotated - select for diffs
Tue Apr 8 12:47:32 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.40.2.12.2.14: preferred, unified
Changes since revision 1.40.2.12.2.14: +4 -5
lines
pa_vform violated String::invariant. started fixing [not compiled now]
Revision 1.44: download - view: text, markup, annotated - select for diffs
Fri Apr 4 09:43:38 2003 UTC (23 years, 2 months ago) by paf
Branches: MAIN
CVS tags: release_3_0_8
Diff to: previous 1.43: preferred, unified
Changes since revision 1.43: +11 -11
lines
mail receive: .txt attachemnts bug fix
http://i2/tasks/edit/?id=4507350336410850921
Revision 1.43: download - view: text, markup, annotated - select for diffs
Fri Apr 4 08:23:07 2003 UTC (23 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.42: preferred, unified
Changes since revision 1.42: +6 -1
lines
buf fix http://i2/tasks/edit/?id=4493946731322521294
$.to[billgates@microsoft.com
BCc: send-spam-to@someemails.ru
]
Revision 1.40.2.12.2.14: download - view: text, markup, annotated - select for diffs
Thu Mar 27 14:51:29 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.40.2.12.2.13: preferred, unified
Changes since revision 1.40.2.12.2.13: +6 -4
lines
introducing append_help_length [radical improvement here]
Revision 1.40.2.12.2.13: download - view: text, markup, annotated - select for diffs
Thu Mar 27 10:04:08 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.40.2.12.2.12: preferred, unified
Changes since revision 1.40.2.12.2.12: +3 -3
lines
Array::put(index, T>>&<< removed
after Stack::pop wiping removed [moved to separate func]
other Array & removed
Revision 1.40.2.12.2.12: download - view: text, markup, annotated - select for diffs
Mon Mar 24 13:43:42 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.40.2.12.2.11: preferred, unified
Changes since revision 1.40.2.12.2.11: +2 -2
lines
2*2 worked :)
Revision 1.40.2.12.2.11: download - view: text, markup, annotated - select for diffs
Mon Mar 24 12:38:48 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.40.2.12.2.10: preferred, unified
Changes since revision 1.40.2.12.2.10: +103 -108
lines
pa_vmail.C compiled
Revision 1.40.2.12.2.10: download - view: text, markup, annotated - select for diffs
Mon Mar 24 10:21:29 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.40.2.12.2.9: preferred, unified
Changes since revision 1.40.2.12.2.9: +2 -2
lines
image.C compiled
Revision 1.40.2.12.2.9: download - view: text, markup, annotated - select for diffs
Fri Mar 21 16:16:44 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.40.2.12.2.8: preferred, unified
Changes since revision 1.40.2.12.2.8: +6 -6
lines
pa_request.C compiled
Revision 1.40.2.12.2.8: download - view: text, markup, annotated - select for diffs
Fri Mar 21 13:42:33 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.40.2.12.2.7: preferred, unified
Changes since revision 1.40.2.12.2.7: +38 -38
lines
introducing StringBody [C++ CORD wrapper]
Revision 1.40.2.12.2.7: download - view: text, markup, annotated - select for diffs
Thu Mar 20 15:05:59 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.40.2.12.2.6: preferred, unified
Changes since revision 1.40.2.12.2.6: +6 -6
lines
more tests [bugs fixed]
Revision 1.40.2.12.2.6: download - view: text, markup, annotated - select for diffs
Thu Mar 20 14:19:10 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.40.2.12.2.5: preferred, unified
Changes since revision 1.40.2.12.2.5: +3 -3
lines
more tests OK
Revision 1.42: download - view: text, markup, annotated - select for diffs
Thu Mar 20 12:58:08 2003 UTC (23 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.41: preferred, unified
Changes since revision 1.41: +4 -4
lines
another naming problem: should not name vars like that: unpredictable close caused problems with later sending mail:
Mar 20 06:39:53 pt-6 sendmail[19044]: File descriptors missing on startup: stdin; Bad file number
todo: find out why so many filters(stream) here. probably wrong?
Revision 1.40.2.12.2.5: download - view: text, markup, annotated - select for diffs
Thu Mar 20 09:41:47 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.40.2.12.2.4: preferred, unified
Changes since revision 1.40.2.12.2.4: +2 -2
lines
untaint.C 99% [except mail&sql&optimize]
Revision 1.40.2.12.2.4: download - view: text, markup, annotated - select for diffs
Thu Mar 20 08:11:16 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.40.2.12.2.3: preferred, unified
Changes since revision 1.40.2.12.2.3: +39 -39
lines
untaint.C 30%,
pa_common.C [done, without http for now]
Revision 1.40.2.12.2.3: download - view: text, markup, annotated - select for diffs
Wed Mar 19 16:28:10 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.40.2.12.2.2: preferred, unified
Changes since revision 1.40.2.12.2.2: +6 -6
lines
started test
Revision 1.40.2.12.2.2: download - view: text, markup, annotated - select for diffs
Tue Mar 18 16:00:07 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.40.2.12.2.1: preferred, unified
Changes since revision 1.40.2.12.2.1: +1 -5
lines
lots of replacements,
todo:we can ignore lang in cmp and pos really,
but would split properly!
Revision 1.40.2.12.2.1: download - view: text, markup, annotated - select for diffs
Tue Mar 18 15:14:21 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.40.2.12: preferred, unified
Changes since revision 1.40.2.12: +54 -54
lines
started porting to gc:
PA_Object done
lots of replacements also
Revision 1.41.2.1: download - view: text, markup, annotated - select for diffs
Mon Mar 17 14:48:07 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.41: preferred, unified; next MAIN 1.42: preferred, unified
Changes since revision 1.41: +3 -3
lines
libgc attempt
Revision 1.40.2.12: download - view: text, markup, annotated - select for diffs
Sat Mar 8 16:31:35 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.40.2.11: preferred, unified; next MAIN 1.41: preferred, unified
Changes since revision 1.40.2.11: +91 -62
lines
vmail.C received just compiled [not tested]
Revision 1.40.2.11: download - view: text, markup, annotated - select for diffs
Sat Mar 8 12:30:28 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.40.2.10: preferred, unified
Changes since revision 1.40.2.10: +14 -3
lines
mail: transcode fixed.
todo: still problems when transcode from charset A to A.
Revision 1.40.2.10: download - view: text, markup, annotated - select for diffs
Sat Mar 8 12:22:06 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.40.2.9: preferred, unified
Changes since revision 1.40.2.9: +41 -26
lines
started full-scale-site-test [~ http://parser.ru sources]
some fixes
Revision 1.41: download - view: text, markup, annotated - select for diffs
Mon Feb 24 15:21:31 2003 UTC (23 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.40: preferred, unified
Changes since revision 1.40: +14 -3
lines
body [text/html] transcoded to
$.charset[specified]
now
Revision 1.40.2.9: download - view: text, markup, annotated - select for diffs
Wed Feb 19 16:19:02 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.40.2.8: preferred, unified
Changes since revision 1.40.2.8: +2 -2
lines
found&kill all remaning leaks resulted from pooled::malloc calls
[excluding in gd -- planning complete rewrite extremely ugly code]
Revision 1.40.2.8: download - view: text, markup, annotated - select for diffs
Mon Feb 17 12:13:45 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.40.2.7: preferred, unified
Changes since revision 1.40.2.7: +2 -3
lines
fixed more leaks resulted from pooled::malloc calls
Revision 1.40.2.7: download - view: text, markup, annotated - select for diffs
Mon Feb 17 07:18:58 2003 UTC (23 years, 3 months ago) by paf
Diff to: previous 1.40.2.6: preferred, unified
Changes since revision 1.40.2.6: +2 -2
lines
parser3.exe - 0 error(s), 0 warning(s)
Revision 1.40.2.6: download - view: text, markup, annotated - select for diffs
Tue Feb 4 11:29:09 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.40.2.5: preferred, unified
Changes since revision 1.40.2.5: +2 -4
lines
libtypes.a compiled gcc
Revision 1.40.2.5: download - view: text, markup, annotated - select for diffs
Mon Feb 3 11:40:57 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.40.2.4: preferred, unified
Changes since revision 1.40.2.4: +167 -154
lines
vmail compiled
Revision 1.40.2.4: download - view: text, markup, annotated - select for diffs
Fri Jan 31 14:03:55 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.40.2.3: preferred, unified
Changes since revision 1.40.2.3: +3 -3
lines
most pa_request compiled
Revision 1.40.2.3: download - view: text, markup, annotated - select for diffs
Fri Jan 31 12:34:43 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.40.2.2: preferred, unified
Changes since revision 1.40.2.2: +16 -16
lines
grammar compiled
Revision 1.40.2.2: download - view: text, markup, annotated - select for diffs
Fri Jan 31 12:10:50 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.40.2.1: preferred, unified
Changes since revision 1.40.2.1: +4 -6
lines
ConstStringPtr died, long live StringPtr
Revision 1.40.2.1: download - view: text, markup, annotated - select for diffs
Tue Jan 28 13:15:20 2003 UTC (23 years, 4 months ago) by paf
Diff to: previous 1.40: preferred, unified
Changes since revision 1.40: +7 -1
lines
more compiled.
struck with string::store_to needing to know source/client charsets
Revision 1.40: download - view: text, markup, annotated - select for diffs
Tue Jan 21 15:51:19 2003 UTC (23 years, 4 months ago) by paf
Branches: MAIN
Diff to: previous 1.39: preferred, unified
Changes since revision 1.39: +2 -2
lines
2002->2003
Revision 1.39: download - view: text, markup, annotated - select for diffs
Thu Dec 5 15:00:01 2002 UTC (23 years, 6 months ago) by paf
Branches: MAIN
CVS tags: release_3_0_0007,
release_3_0_0006
Diff to: previous 1.38: preferred, unified
Changes since revision 1.38: +50 -25
lines
smtp cc/bcc OK now
Revision 1.38: download - view: text, markup, annotated - select for diffs
Thu Dec 5 12:53:48 2002 UTC (23 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.37: preferred, unified
Changes since revision 1.37: +3 -2
lines
mail header ',' allowed.
still bugs in smtp [only one receiptient works, cc, bcc ignored now, and MAILED ;)]
[strncpy killed, memnchr used]
Revision 1.37: download - view: text, markup, annotated - select for diffs
Thu Dec 5 09:41:56 2002 UTC (23 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.36: preferred, unified
Changes since revision 1.36: +6 -1
lines
mail:send MIME-Version default
Revision 1.36: download - view: text, markup, annotated - select for diffs
Mon Dec 2 10:07:40 2002 UTC (23 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.35: preferred, unified
Changes since revision 1.35: +2 -2
lines
http header lang of tainted parts becomes http-header
Revision 1.35: download - view: text, markup, annotated - select for diffs
Wed Nov 27 12:44:36 2002 UTC (23 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.34: preferred, unified
Changes since revision 1.34: +4 -2
lines
response:body[file] if file nows it's name
now returns content-disposition: >>attachment<<
Revision 1.34: download - view: text, markup, annotated - select for diffs
Thu Nov 21 09:18:19 2002 UTC (23 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.33: preferred, unified
Changes since revision 1.33: +6 -4
lines
image.measure internals rewritten. no there's reader.seek, and all's ready for EXIF extraction
[now we fail to measure files with EXIF info]
Revision 1.33: download - view: text, markup, annotated - select for diffs
Thu Oct 31 15:01:55 2002 UTC (23 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.32: preferred, unified
Changes since revision 1.32: +2 -2
lines
static fix merged
Revision 1.32.4.1: download - view: text, markup, annotated - select for diffs
Thu Oct 31 12:22:14 2002 UTC (23 years, 7 months ago) by paf
Diff to: previous 1.32: preferred, unified; next MAIN 1.33: preferred, unified
Changes since revision 1.32: +2 -2
lines
static call $self fixed
Revision 1.32: download - view: text, markup, annotated - select for diffs
Wed Oct 23 08:34:48 2002 UTC (23 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.31: preferred, unified
Changes since revision 1.31: +27 -6
lines
email whitespace trimBoth-ed
Revision 1.31: download - view: text, markup, annotated - select for diffs
Tue Sep 24 11:45:38 2002 UTC (23 years, 8 months ago) by paf
Branches: MAIN
Diff to: previous 1.30: preferred, unified
Changes since revision 1.30: +2 -2
lines
HAVE_TIMEZONE & co now checked and mailreceive would compile on freebsd now
Revision 1.30: download - view: text, markup, annotated - select for diffs
Tue Sep 24 11:41:05 2002 UTC (23 years, 8 months ago) by paf
Branches: MAIN
Diff to: previous 1.29: preferred, unified
Changes since revision 1.29: +19 -2
lines
HAVE_TIMEZONE & co now checked and mailreceive would compile on freebsd now
Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon Sep 16 07:08:49 2002 UTC (23 years, 8 months ago) by paf
Branches: MAIN
Diff to: previous 1.28: preferred, unified
Changes since revision 1.28: +8 -1
lines
mail:send closing ?= now closed right
Revision 1.28: download - view: text, markup, annotated - select for diffs
Thu Sep 12 11:57:43 2002 UTC (23 years, 8 months ago) by paf
Branches: MAIN
Diff to: previous 1.27: preferred, unified
Changes since revision 1.27: +7 -6
lines
VObject & VClass
get_element
now first looks to fields, next to methods & co
todo: the rest
reason: more speed
Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue Sep 10 08:41:00 2002 UTC (23 years, 8 months ago) by paf
Branches: MAIN
Diff to: previous 1.26: preferred, unified
Changes since revision 1.26: +2 -1
lines
xmlCharEncodingInput/OutputFunc callbacks returned bad value in case of unfinished in buffer processing, causing accidental transcode stop [in case that source enc != utf-8 & there is incomplete utf-8 sequence at the end of 16000block iside of libxml lib]
tfm readed & code updated
Revision 1.26: download - view: text, markup, annotated - select for diffs
Thu Aug 29 12:22:48 2002 UTC (23 years, 9 months ago) by paf
Branches: MAIN
Diff to: previous 1.25: preferred, unified
Changes since revision 1.25: +3 -10
lines
junction_cleaner moved to auto VMethodFrame [called less frequent, allowed to remove ugly Junction.change_context-s from many places, switch, mail:send..html{}, ..]
request.root renamed to method_frame [more easyreading]
ancient {...PUSH/POPs...} changed to stack vars [speed up]
Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Aug 28 18:27:30 2002 UTC (23 years, 9 months ago) by paf
Branches: MAIN
Diff to: previous 1.24: preferred, unified
Changes since revision 1.24: +2 -2
lines
no message
Revision 1.24
Wed Aug 28 18:02:07 2002 UTC (23 years, 9 months ago) by paf
Branches: MAIN
FILE REMOVED
Changes since revision 1.23: +1 -1
lines
no message
Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Aug 21 06:24:07 2002 UTC (23 years, 9 months ago) by paf
Branches: MAIN
Diff to: previous 1.22: preferred, unified
Changes since revision 1.22: +12 -9
lines
$mail.received.file.value.content-type fixed
Revision 1.22: download - view: text, markup, annotated - select for diffs
Wed Aug 14 14:18:30 2002 UTC (23 years, 9 months ago) by paf
Branches: MAIN
Diff to: previous 1.21: preferred, unified
Changes since revision 1.21: +3 -3
lines
is now works with VObject & VClass
Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed Aug 14 13:00:41 2002 UTC (23 years, 9 months ago) by paf
Branches: MAIN
Diff to: previous 1.20: preferred, unified
Changes since revision 1.20: +4 -2
lines
mail: turned off utf8 to source transcoding
Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Aug 13 15:55:44 2002 UTC (23 years, 9 months ago) by paf
Branches: MAIN
Diff to: previous 1.19: preferred, unified
Changes since revision 1.19: +3 -3
lines
introduced Value::get_element(..., bool looking_down) [needed to exclude endless recoursion]
Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue Aug 13 13:02:41 2002 UTC (23 years, 9 months ago) by paf
Branches: MAIN
Diff to: previous 1.18: preferred, unified
Changes since revision 1.18: +3 -3
lines
VObject.get/out now looking down/up tree
todo: fix error message on non-constructed parents
Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Aug 8 10:04:38 2002 UTC (23 years, 10 months ago) by paf
Branches: MAIN
Diff to: previous 1.17: preferred, unified
Changes since revision 1.17: +2 -2
lines
in letter texts one can use tainted data now. only she must specify the language.
^mail:send[
$.from[paf@mail.design.ru]
$.to[paf@mail.design.ru]
$.subject[^taint[uri][москва]=2]
$.text[^taint[uri][москва]=]
]
Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Aug 7 07:32:52 2002 UTC (23 years, 10 months ago) by paf
Branches: MAIN
Diff to: previous 1.16: preferred, unified
Changes since revision 1.16: +6 -6
lines
exception_type email.format
Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Aug 7 07:28:26 2002 UTC (23 years, 10 months ago) by paf
Branches: MAIN
Diff to: previous 1.15: preferred, unified
Changes since revision 1.15: +6 -1
lines
mail:send empty email checked
Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Aug 5 14:00:12 2002 UTC (23 years, 10 months ago) by paf
Branches: MAIN
Diff to: previous 1.14: preferred, unified
Changes since revision 1.14: +6 -4
lines
file buffer relocated to parser heap
Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Aug 1 11:41:24 2002 UTC (23 years, 10 months ago) by paf
Branches: MAIN
CVS tags: release_3_0_0005
Diff to: previous 1.13: preferred, unified
Changes since revision 1.13: +1 -1
lines
$Date: now$
Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Aug 1 11:26:56 2002 UTC (23 years, 10 months ago) by paf
Branches: MAIN
Diff to: previous 1.12: preferred, unified
Changes since revision 1.12: +2 -3
lines
ident.C* removed
Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Jul 31 15:02:17 2002 UTC (23 years, 10 months ago) by paf
Branches: MAIN
Diff to: previous 1.11: preferred, unified
Changes since revision 1.11: +2 -2
lines
mail:
errors-to: now default "postmaster"
Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Jul 31 15:00:41 2002 UTC (23 years, 10 months ago) by paf
Branches: MAIN
Diff to: previous 1.10: preferred, unified
Changes since revision 1.10: +4 -3
lines
mail:
errors-to: now default "postmaster"
Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Jul 31 14:58:00 2002 UTC (23 years, 10 months ago) by paf
Branches: MAIN
Diff to: previous 1.9: preferred, unified
Changes since revision 1.9: +7 -3
lines
mail:
errors-to: now default "postmaster"
Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Jul 31 14:31:02 2002 UTC (23 years, 10 months ago) by paf
Branches: MAIN
Diff to: previous 1.8: preferred, unified
Changes since revision 1.8: +59 -3
lines
mail from/to now must be.
-f postmaster now default sendmail key
word "postmaster" replaced to $.from
Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Jun 28 09:59:02 2002 UTC (23 years, 11 months ago) by paf
Branches: MAIN
Diff to: previous 1.7: preferred, unified
Changes since revision 1.7: +0 -0
lines
merged latest updates to head
Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Jun 26 13:42:37 2002 UTC (23 years, 11 months ago) by paf
Branches: MAIN
Diff to: previous 1.6: preferred, unified
Changes since revision 1.6: +1 -2
lines
no message
Revision 1.6.2.1: download - view: text, markup, annotated - select for diffs
Wed Jun 26 13:36:51 2002 UTC (23 years, 11 months ago) by paf
Branches: release_3_0_0004
Diff to: previous 1.6: preferred, unified; next MAIN 1.7: preferred, unified
Changes since revision 1.6: +1 -2
lines
no message
Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Jun 25 13:36:44 2002 UTC (23 years, 11 months ago) by paf
Branches: MAIN
Branch point for: release_3_0_0004
Diff to: previous 1.5: preferred, unified
Changes since revision 1.5: +3 -3
lines
^math:crypt updated to generate random salt when needed and to call system crypt() if not $apr1$ prefix
Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Jun 24 19:11:43 2002 UTC (23 years, 11 months ago) by paf
Branches: MAIN
Diff to: previous 1.4: preferred, unified
Changes since revision 1.4: +13 -11
lines
no message
Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Jun 24 15:10:21 2002 UTC (23 years, 11 months ago) by paf
Branches: MAIN
Diff to: previous 1.3: preferred, unified
Changes since revision 1.3: +3 -2
lines
$mail:received makes update
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Jun 24 15:04:23 2002 UTC (23 years, 11 months ago) by paf
Branches: MAIN
Diff to: previous 1.2: preferred, unified
Changes since revision 1.2: +6 -6
lines
#ifdef WITH_MAILRECEIVE
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Jun 24 14:27:42 2002 UTC (23 years, 11 months ago) by paf
Branches: MAIN
Diff to: previous 1.1: preferred, unified
Changes since revision 1.1: +1 -3
lines
no message
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Jun 24 14:24:03 2002 UTC (23 years, 11 months ago) by paf
Branches: MAIN
uue to separate file
introducting $message:received
^mail:send rewritten with backward comp
E-mail: