Code Tags

Filename Line Tag Description
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 146 TODO Add logic to only load plain or html, not both
trunk/LogicMail/src/org/logicprobe/LogicMail/model
AccountNode.java 612 TODO Implement flags-only logic
Address.java 49 TODO Add validation and/or cleanup of input strings
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 90 TODO Add comparator for MessageToken objects
MessageNode.java 852 TODO Weed out duplicates from reply headers
MessageNode.java 1115 TODO Add code to refresh message from cache first
trunk/LogicMail/src/org/logicprobe/LogicMail/ui
CompositionScreen.java 413 TODO Consider bringing along attachments when forwarding
CompositionScreen.java 567 TODO Save reply-to information with the draft message
MailboxScreen.java 199 TODO Support message list changes between display pushing
MailboxScreen.java 200 TODO Support updating when messages are deleted
NavigationController.java 106 TODO Figure out where/when/how to clear screen transitions
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