mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
* nextcloud.rst : add double quote to not forget them Add double quote to not forget them, and avoid the message : warning: Soon, all strings have to be in double quotes. Please replace UserName with "UserName" * fastmail.rst : add double quote to not forget them Add double quote to not forget them, and avoid the message : warning: Soon, all strings have to be in double quotes. Please replace UserName with "UserName" * icloud.rst : add double quote to not forget them Add double quote to not forget them, and avoid the message : warning: Soon, all strings have to be in double quotes. Please replace UserName with "UserName" * todoman.rst : add double quote to not forget them Add double quote to not forget them, and avoid the message : warning: Soon, all strings have to be in double quotes. Please replace UserName with "UserName" * xandikos.rst : add double quote to not forget them Add double quote to not forget them, and avoid the message : warning: Soon, all strings have to be in double quotes. Please replace UserName with "UserName" * davmail.rst : add double quote to not forget them Add double quote to not forget them, and avoid the message : warning: Soon, all strings have to be in double quotes. Please replace UserName with "UserName" * partial-sync.rst : add double quote to not forget them Add double quote to not forget them, and avoid the message : warning: Soon, all strings have to be in double quotes. Please replace UserName with "UserName"
23 lines
591 B
ReStructuredText
23 lines
591 B
ReStructuredText
========
|
|
FastMail
|
|
========
|
|
|
|
Vdirsyncer is continuously tested against FastMail_, thanks to them for
|
|
providing a free account for this purpose. 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.fastmail.com/"
|
|
username = "..."
|
|
password = "..."
|
|
|
|
[storage card]
|
|
type = "carddav"
|
|
url = "https://carddav.fastmail.com/"
|
|
username = "..."
|
|
password = "..."
|
|
|
|
.. _FastMail: https://www.fastmail.com/
|