include/rcmail_output_html.php 6

Type Line Description
TODO 64 Replace $this->config with the real rcube_config object
TODO 755 Extend this to allow real conditions, not just "set"
TODO 831 Use DOM-parser to traverse template HTML
TODO 831 Maybe a cache.
TODO 1083 Remove all inline JS calls and use jQuery instead.
TODO 1083 Remove all sprintf()'s - they are pretty, but also slow.

lib/Roundcube/bootstrap.php 2

Type Line Description
TODO 459 Make Zend, PEAR etc play with this
TODO 459 Make our classes conform to a more straight forward CS.

lib/Roundcube/rcube.php 1

Type Line Description
TODO 1251 Send error via HTTP

lib/Roundcube/rcube_config.php 1

Type Line Description
TODO 102 Remove global $CONFIG

lib/Roundcube/rcube_imap.php 2

Type Line Description
TODO 1979 this should be rewrited to support RFC2231 4.1 combinations
TODO 1419 : Search criteria should be provided in non-IMAP format, eg. array

lib/Roundcube/rcube_imap_generic.php 1

Type Line Description
TODO 3748 lists

lib/Roundcube/rcube_ldap.php 2

Type Line Description
TODO 1012 generate message saying which fields are missing
TODO 1048 generate message saying which fields are missing

lib/Roundcube/rcube_ldap_generic.php 1

Type Line Description
TODO 436 implement this

lib/Roundcube/rcube_message.php 1

Type Line Description
FIXME 768 line length is max.65?

lib/Roundcube/rcube_storage.php 1

Type Line Description
TODO 410 : Search criteria should be provided in non-IMAP format, eg. array

lib/Roundcube/rcube_vcard.php 1

Type Line Description
TODO 338 fetch file from URL and save it locally?