mock/src/main/java/org/apache/hupa/server/mock/MockLog.java (14 lines): - line 27: // TODO Auto-generated method stub - line 32: // TODO Auto-generated method stub - line 37: // TODO Auto-generated method stub - line 42: // TODO Auto-generated method stub - line 47: // TODO Auto-generated method stub - line 52: // TODO Auto-generated method stub - line 57: // TODO Auto-generated method stub - line 62: // TODO Auto-generated method stub - line 67: // TODO Auto-generated method stub - line 72: // TODO Auto-generated method stub - line 77: // TODO Auto-generated method stub - line 82: // TODO Auto-generated method stub - line 87: // TODO Auto-generated method stub - line 92: // TODO Auto-generated method stub client/src/main/java/org/apache/hupa/client/activity/MessageListActivity.java (3 lines): - line 205: // TODO can move more than one message once. - line 245: MessageListActivity.this.onMessageSelected(m);//FIXME for fixing https://issues.apache.org/jira/browse/HUPA-110 - line 390: // TODO move this stuff to hupaStorage client/src/main/java/org/apache/hupa/client/ui/FolderListView.java (3 lines): - line 106: //TODO not only refresh data, but highlight the folder list item. <= https://issues.apache.org/jira/browse/HUPA-117 - line 133: // TODO different images for each folder - line 195: // FIXME: don't use intents, it will be much better user experience to use cellTree server/src/main/java/org/apache/hupa/server/service/SendMessageBaseServiceImpl.java (3 lines): - line 91: // TODO: notify the user more accurately where the error is - line 194: // TODO: client sends the message as a html document right now, - line 209: // TODO: just temporary stuff because it has to be done in the client side server/src/main/java/org/apache/hupa/server/InMemoryIMAPStoreCache.java (2 lines): - line 125: // TODO: this is a hack for gmail - line 134: // TODO: this is a hack, we should have a default domain suffix in configuration files client/src/main/java/org/apache/hupa/client/ui/LabelListView.java (2 lines): - line 110: // FIXME: almost the code in this class is identical to FolderListView, duplicated code in GWT is bad - line 153: // FIXME: don't use intents, it will be much better user experience to use cellTree client/src/main/java/org/apache/hupa/client/ui/ComposeView.java (2 lines): - line 251: // TODO the other operations - line 355: // TODO hardcode to the first identifier client/src/main/java/org/apache/hupa/client/activity/ToolBarActivity.java (2 lines): - line 126: // FIXME: for some reason if we extend WidgetDisplayable we get the error - line 129: // FIXME: added this method until we fix the problem with inheritance client/src/main/java/org/apache/hupa/client/ui/TopBarView.java (1 line): - line 59: Window.alert("// TODO show about model view"); widgets/src/main/java/org/apache/hupa/widgets/ui/MultiValueSuggestArea.java (1 line): - line 59: // TODO: I think this is a bug in GWT SuggestBox which should be reported. client/src/main/java/org/apache/hupa/client/ui/MessageContentView.java (1 line): - line 58: // TODO should use a scrolled panel which can contain multiple children client/src/main/java/org/apache/hupa/client/activity/ComposeActivity.java (1 line): - line 321: // TODO move this to hupaStorage client/src/main/java/org/apache/hupa/client/HupaController.java (1 line): - line 125: //FIXME using configure one shared/src/main/java/org/apache/hupa/shared/data/ImapFolderImpl.java (1 line): - line 189: // FIXME Could not locate setter for property name in type ImapFolderImpl server/src/main/java/org/apache/hupa/server/utils/MessageUtils.java (1 line): - line 183: // TODO: improve the in-line images detection shared/src/main/java/org/apache/hupa/shared/data/MessageAttachmentImpl.java (1 line): - line 101: //FIXME just for MessageSendActivity's NullPointerException, with adding the RequestContext's create List mock/src/main/java/org/apache/hupa/server/mock/MockHttpSession.java (1 line): - line 130: // TODO Auto-generated method stub server/src/main/java/org/apache/hupa/server/service/GetMessageDetailsServiceImpl.java (1 line): - line 180: // FIXME: These have serious performance problems (see client/src/main/java/org/apache/hupa/client/ui/MessagesCellTable.java (1 line): - line 272: // TODO: this should be perform in the server side, but in the meanwhile it client/src/main/java/org/apache/hupa/client/ui/MessageListFooterView.java (1 line): - line 52: // FIXME: make it work client/src/main/java/org/apache/hupa/client/ui/_ToolPanel.java (1 line): - line 49: //TODO compose button should be shown when setting client/src/main/java/org/apache/hupa/client/dnd/PagingScrollTableRowDragController.java (1 line): - line 75: // TODO implement drag proxy behavior