Code Tags

Filename Line Tag Description
trunk/LogicMail/src/org/logicprobe/LogicMail/mail
NetworkMailStore.java 94 TODO Fix this type-specific kludge
NetworkMailStore.java 99 TODO Fix this type-specific kludge
trunk/LogicMail/src/org/logicprobe/LogicMail/message
Message.java 55 TODO Consider removing the Message object completely
MessagePartFactory.java 136 TODO Add logic to only load plain or html, not both
MimeMessageContentFactory.java 37 TODO Refactor encoding/param up into the MessagePart classes
MimeMessagePartFactory.java 144 TODO Add logic to only load plain or html, not both
trunk/LogicMail/src/org/logicprobe/LogicMail/model
AccountNode.java 594 TODO Implement flags-only logic
Address.java 49 TODO Add validation and/or cleanup of input strings
Address.java 103 TODO Implement header-compatible toString here or in the MIME renderer
MailFileManager.java 182 TODO Implement an indexing mechanism to avoid listing the whole directory
MailFileManager.java 183 TODO Provide support for partial listing requests
MailManager.java 290 TODO Clear deleted senders from the MailFactory
MessageNode.java 88 TODO Add comparator for MessageToken objects
MessageNode.java 788 TODO Handle internationalization-friendly encoding of recipient headers
MessageNode.java 848 TODO Weed out duplicates from reply headers
MessageNode.java 1109 TODO Add code to refresh message from cache first
trunk/LogicMail/src/org/logicprobe/LogicMail/ui
CompositionScreen.java 381 TODO Save reply-to information with the draft message
MailboxScreen.java 155 TODO Support message list changes between display pushing
MailboxScreen.java 156 TODO Support updating when messages are deleted
MailboxScreen.java 347 TODO Make sorting by mailbox order vs message date an option
StandardScreen.java 213 TODO Deal with closing/hiding while still running
trunk/LogicMail/src/org/logicprobe/LogicMail/util
ThreadQueue.java 33 TODO Write rigorous tests for this class
trunk/LogicMailTests/src/org/logicprobe/LogicMail/message
MessageTest.java 95 TODO Convert these into tests for MessageNode