/**
  * Returns a list of messageid's where we can search for
  *
  * @return array
  */
 function getRecentRetrievedMessageIdList()
 {
     return $this->_spotDao->getMaxMessageId('headers');
 }