mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Add some info on FastMail setup
This commit is contained in:
parent
1ded453284
commit
6147da0676
1 changed files with 15 additions and 1 deletions
|
|
@ -90,7 +90,21 @@ FastMail
|
|||
--------
|
||||
|
||||
Vdirsyncer is irregularly tested against FastMail_. There are no known issues
|
||||
with it.
|
||||
with it. `FastMail's support pages
|
||||
https://www.fastmail.com/help/technical/servernamesandports.html>`_ provide the
|
||||
settings to use::
|
||||
|
||||
[storage cal]
|
||||
type = caldav
|
||||
url = https://caldav.messagingengine.com/
|
||||
username = ...
|
||||
password = ...
|
||||
|
||||
[storage card]
|
||||
type = carddav
|
||||
url = https://carddav.messagingengine.com/
|
||||
username = ...
|
||||
password = ...
|
||||
|
||||
.. _FastMail: https://www.fastmail.com/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue