Skip to content
  • Daniel Vrátil's avatar
    IMAP: MoveItemTask: search new UIDs in batches · f33a3538
    Daniel Vrátil authored
    When user moves several hundreds or thousand emails, the Message-ID search query
    would be ridiculously large and rejected by the server. So instead split the search
    into multiple requests.
    
    Luckily most servers support MOVE today, so this code is rarely needed.
    f33a3538