[ https://issues.apache.org/jira/browse/IMAP-64?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13049395#comment-13049395 ]
Wojtek Strzalka commented on IMAP-64: ------------------------------------- True. It fetches entire message regardless it's needed or not. At the moment problem is in StoreMessageManager::getMessages() method that doesn't really pass fetchGroup param to the store, forcing it to return entire message :( IMHO it should be store responsibility to return only requested data part if possible. > OPTIMISE fetch command > ---------------------- > > Key: IMAP-64 > URL: https://issues.apache.org/jira/browse/IMAP-64 > Project: JAMES Imap > Issue Type: Task > Reporter: Robert Burrell Donkin > Assignee: Robert Burrell Donkin > > ATM fetch retrieves and parses the full contents of every message whether > this data is needed or not. This is very slow. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org