[Akonadi] [Bug 322321] with maildir, emails eventually stop loading

Aaron J. Seigo aseigo at kde.org
Mon Jul 15 12:58:29 BST 2013


https://bugs.kde.org/show_bug.cgi?id=322321

--- Comment #2 from Aaron J. Seigo <aseigo at kde.org> ---
Digging through the code, it is something in this bit in Search::parseStream in
akonadi/server/src/handler/search.cpp:

  // create imap query
  QVector<ImapSet::Id> imapIds;
  Q_FOREACH ( const QString &uid, uids )
    imapIds.append( uid.toULongLong() );

  ImapSet itemSet;
  itemSet.add( imapIds );
  Scope scope( Scope::Uid );
  scope.setUidSet( itemSet );

  FetchHelper fetchHelper( connection(), scope );
  fetchHelper.setStreamParser( m_streamParser );
  connect( &fetchHelper, SIGNAL(responseAvailable(Akonadi::Response)),
           this, SIGNAL(responseAvailable(Akonadi::Response)) );

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Kdepim-bugs mailing list