Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • briar briar
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 779
    • Issues 779
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 15
    • Merge requests 15
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • briar
  • briarbriar
  • Issues
  • #2289
Closed
Open
Created Mar 25, 2022 by akwizgran@akwizgranOwner

Mailbox client for a contact's mailbox

Mailbox clients for communicating with our own mailbox and contacts' mailboxes are managed by a singleton mailbox client manager (#2228).

This ticket covers the client for communicating with a contact's mailbox. Some code will be shared with the client for communicating with our own mailbox (#2290 (closed)). The shared code is covered by #2229 (closed).

The client's connectivity check will use #2186 (closed).

  • The client always has one contact assigned for upload
  • At any given time the client may have one contact assigned for download, depending on whether we have our own mailbox

When the client is created:

  • Create and start the upload worker (#2291 (closed))

When a contact is assigned for download:

  • Create and start the download worker (#2292 (closed))

When a contact is deassigned for download:

  • Destroy the download worker
Edited Mar 25, 2022 by akwizgran
Assignee
Assign to
Time tracking