From 6147da0676a78c5b0aba893e99da722ea9d23daf Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Mon, 16 Feb 2015 18:12:57 +0100 Subject: [PATCH] Add some info on FastMail setup --- docs/supported.rst | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/docs/supported.rst b/docs/supported.rst index 5aa34cc..1463e28 100644 --- a/docs/supported.rst +++ b/docs/supported.rst @@ -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/