bootstrap.php 2

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

db/mysql.php 1

Type Line Description
TODO 230 Multi-insert support

db/pgsql.php 1

Type Line Description
TODO 200 Multi-insert support

rcube_charset.php 1

Type Line Description
FIXME 304 Is this really true with substitute character 'none'?

rcube_config.php 1

Type Line Description
TODO 127 array/object

rcube_csv2vcard.php 1

Type Line Description
TODO 424 If the input charset is invalid we should probably just abort here

rcube_db.php 1

Type Line Description
TODO 599 Multi-insert support

rcube_imap.php 3

Type Line Description
TODO 1439 handle changed sorting
FIXME 2242 This is not the best idea. We should get rid of this at some point
TODO 2337 Use order defined by the parameter name not order of occurrence in the header

rcube_imap_generic.php 2

Type Line Description
TODO 3086 Formatting should be handled outside of this class
TODO 4214 lists

rcube_imap_search.php 1

Type Line Description
TODO 88 try to estimate the required time based on folder size and previous search performance

rcube_ldap.php 2

Type Line Description
TODO 1222 generate message saying which fields are missing
TODO 1260 generate message saying which fields are missing

rcube_message.php 2

Type Line Description
TODO 936 This code probably does not belong here. I.e. we should not default to
FIXME 1153 line length is max.65?

rcube_plugin_api.php 1

Type Line Description
TODO 512 avoid recursion by checking in_array($hook, $this->exec_stack) ?

rcube_spoofchecker.php 2

Type Line Description
TODO 68 Use areConfusable() to detect ascii-spoofing of some domains, e.g. paypa1.com?
TODO 69 Domains with non-printable characters should be considered spoofed

rcube_text2html.php 2

Type Line Description
TODO 296 Support normal diffs
TODO 297 Support diff header and comment

rcube_vcard.php 1

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

rcube_washtml.php 1

Type Line Description
FIXME 797 HTML comments handling could be better. The code below can break comments (#6464),