FairEmail+K9 seem to ignore our Thunderbird Autoconfig XML file #60
Labels
No labels
cat
bug
cat
feature
cat
idea
cat
performance
cat
reliability
cat
security
cat
ui
difficulty
high
difficulty
low
difficulty
mid
prio
high
prio
low
prio
mid
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Deuxfleurs/guichet#60
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Thunderbird Autoconfig is specified on this page: Thunderbird:Autoconfiguration:ConfigFileFormat
We have an entry to says that the IMAP login = email local part (and not the full email address):
But it seems ignored by FairEmail despite advertising support for this file.
Requests:
Hypothesis:
Content-Type: text/plain
and should sendContent-Type: text/xml
instead).%EMAILLOCALPART%
might not be supported (should check the source code)Possible fixes:
?emailaddress=
query parameter to fill the fieldSee attached screenshot of FairEmail autoconfiguration.
The
50
at the end of the smtp and imap addresses remind me of the DNS based auto discovery, where each possibility can have a priority value. Maybe this could be related?EDIT: it does not seems so, the numbers do not match:
FairEmail seems to ignore our Thunderbird Autoconfig XML fileto FairEmail+K9 seems to ignore our Thunderbird Autoconfig XML fileFairEmail+K9 seems to ignore our Thunderbird Autoconfig XML fileto FairEmail+K9 seem to ignore our Thunderbird Autoconfig XML fileFixed:
Content-Type: text/xml
in order to accept the autodiscovery file, fixed