Warning, /pim/kmime/TODO is written in an unsupported language. File is not indexed.
0001 Things we still need to work on in the library 0002 ============================================== 0003 0004 + Finish apidox 0005 : the code generation macros in kmime_headers.h are a problem for doxygen 0006 0007 + D-pointers 0008 0009 + Use KDateTime::toString() as much as possible in DateFormatter class. 0010 If KDateTime ever supports fancy format, we should be able to replace 0011 DateFormatter completely with KDateTime::toString(). 0012 0013 + Lots of methods we might want to de-inline 0014 0015 + Remove extra namespaces. probably only KMime namespace needed. 0016 0017 + There are also methods, eg. in kmime_header_parsing.h, which don't need to 0018 be part of the public API 0019 0020 + More tests and unit-tests