mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-26 09:05:50 +00:00
* Restructure supported.rst into tutorial subpages Fix #623 * Fix section headings and whitespace * fix link * Stylefix
22 lines
534 B
ReStructuredText
22 lines
534 B
ReStructuredText
========
|
|
FastMail
|
|
========
|
|
|
|
Vdirsyncer is irregularly tested against FastMail_. There are no known issues
|
|
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/
|