Files
evolution/libical/TODO
Seth Alves c2e1263462 This commit was generated by cvs2svn to compensate for changes in r1879,
which included commits to RCS files with non-trunk default branches.

svn path=/trunk/; revision=1880
2000-02-21 13:19:28 +00:00

33 lines
998 B
Plaintext

TODOs for libical-0.16
---------------------
libical treats properties with multiple values incorrecty -- it always
seperates multiple values into multiple properties. This is not
acceptable for CATEGORIES and RESOURCES.
Some TEXT valued properties, like METHOD, have a limited set of valid
values. The code should check that the values of these properites are
valid. ( Although METHOD now uses enums, and is not really TEXT valued )
Finish implementing values
ATTACH/BINARY
content_type
language
Check for buffer overflow on external input.
Error Handling
Dates and times: the parser will accept many illegal date time
values
RECUR values ignore integers in BYDAY clauses, ie 'FREQ=MONTHLY;BYDAY=-1SU'
REQUEST-STATUS propery is broken. The parser treats the value as
normal text, backslashing the ';' seperators.
Some of the X-LIC-ERROR types overlap with REQUEST-STATUS
values. There should be a routine to turn property, parameter and
value parse errors into REQUEST-STATUS