Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
evolution
evolution
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 174
    • Issues 174
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 1
    • Merge Requests 1
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • GNOME
  • evolutionevolution
  • Issues
  • #39

Closed
Open
Opened Jun 21, 2018 by Дилян Палаузов@dilyan.palauzovContributor

Extend Mail autoconfig to check in server's autoconfiguration too

When a new mail account is setup in Thunderbird, the user enter her email address (local@domain) and then TB applies the procedure described at https://developer.mozilla.org/en-US/docs/Mozilla/Thunderbird/Autoconfiguration .

First it tries to call http://autoconfig.domain/mail/config-v1.1.xml?emailaddress=local@domain and then http://domain/.well-known/autoconfig/mail/config-v1.1.xml?emailaddress=local@domain. I suggest Evolution insists on calling https instead.

The idea is that the username does not have to be part of the email address and this cannot be solved by SRV lookups.

E.g. setup for uuu@aegee.org will call https://autoconfig.aegee.org/mail/config-v1.1.xml?emailaddress=uuu@aegee.org and user for IMAP and SMTP will be "zzz@aegee.org".

Please intergrate this autoconfig system into Evolution.

Edited Jul 10, 2018 by Milan Crha
To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: GNOME/evolution#39