diff options
author | nobody <nobody@localhost> | 2001-12-14 12:59:04 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2001-12-14 12:59:04 +0800 |
commit | 481fe623d91313288568a47e4fe7557e099a9b9a (patch) | |
tree | 32cb6f4702fe446ea804947fa4479b5431a3d24a /libical/TODO | |
parent | 969ffa703d70be312a9b9b2f7a6d2b7a8ac87c17 (diff) | |
download | gsoc2013-evolution-481fe623d91313288568a47e4fe7557e099a9b9a.tar.gz gsoc2013-evolution-481fe623d91313288568a47e4fe7557e099a9b9a.tar.zst gsoc2013-evolution-481fe623d91313288568a47e4fe7557e099a9b9a.zip |
This commit was manufactured by cvs2svn to create tag 'panelmm-0_2'.panelmm-0_2
svn path=/tags/panelmm-0_2/; revision=15067
Diffstat (limited to 'libical/TODO')
-rw-r--r-- | libical/TODO | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/libical/TODO b/libical/TODO deleted file mode 100644 index eb52fb7a25..0000000000 --- a/libical/TODO +++ /dev/null @@ -1,39 +0,0 @@ - -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' - -Restrictions code does not catch lack of DTEND or DURATION - -For some value types, if there illegal characters in the value ( like -4.56 in an integer value), the parser will output the characters to -stdout. - -Check all uses of strcpy and sprinf for buffer overflows - -Make the mime parsing code in sspm grow the list of parts as needed, -rather than having a hard limit. - -in sspm.c, and unrecognized content-transfer-encoding values must -force a content type of application/octet-stream. |