WebDAV for Linux
mailbox.org Drive provides access via WebDAV protocol. This offers multiple options to connect your Drive with Linux. Your credentials are as follows:
WebDAV-credentials for remote access
Use for example Nautilus on the Gnome desktop to establish the connection as follows: Files | Connect to Server
- Server:
dav.mailbox.org
- Type: Secure WebDAV (HTTPS)
- Folder:
/servlet/webdav.infostore
- Username: Your main mailbox.org email address
- Password: Your password
Depending on the server you want to establish a connection to, the WebDAV-URL may vary. Find out more in the following paragraphs.
WebDAV-URL - Academic Title, Special Characters, and Diacritical Marks
Academic Titles
If you have added an academic title in your personal contact details (Address Book | Contact Details) (e.g., Dr. Maxima Mustermann), you may need to include this in the WebDAV-URL to ensure proper synchronization. This is the case, for example, with Joplin.
Example: a valid WebDAV-URL for Dr. Maxima Mustermann looks like this:
https://dav.mailbox.org/servlet/webdav.infostore/Userstore/Dr.%20Maxima%20Mustermann/
Note: %20
replaces (empty) space, which is not allowed in the URL.
Special Characters and Diacritical Marks
If your name contains special characters (ä,ü,ö,ß) or diacritical marks (ł), please use the following table for conversion:
https://www.utf8-chartable.de/unicode-utf8-table.pl?number=1024&htmlent=1
Example: a valid WebDAV URL for Bartłomiej Mustermann looks like this:
https://dav.mailbox.org/servlet/webdav.infostore/Userstore/Bart%C5%82omiej%20Mustermann/
Option 1: Access via file or web browser
Linux offers a number of different file browsers for accessing WebDAV directories. Please refer to the instructions provided for your operating system or software. In general you need the URL of your mailbox.org Drive. This URL must be entered in specific ways, depending on the program you are using. The following is a list of the most common ones:
davs://dav.mailbox.org/servlet/webdav.infostore/
webdavs://dav.mailbox.org/servlet/webdav.infostore/
https://dav.mailbox.org/servlet/webdav.infostore/
https://dav.mailbox.org/servlet/webdav.infostore/Userstore/User%20Name/notes
Use Nautilus on the Gnome desktop to establish the connection as follows: Files | Connect to Server
- Server:
dav.mailbox.org
- Type: Secure WebDAV (https)
- Folder:
/servlet/webdav.infostore
- User name: Your mailbox.org email address
- Password: Your password
This function may be located elsewhere, depending on the version of the file browser you are using:
- Open Nautilus or a comparable browser.
- Go to ‘Settings’ | ‘Connect to Server…’ or select ‘Connect to Server’ on the left-hand side
Enter the following address in the address bar: davs://dav.mailbox.org/servlet/webdav.infostore
Note: other browsers, for example KDE Konquerer, require a webdavs
instead of a davs
.
- Enter your user name and password.
Result: The files from your mailbox.org Drive are now accessible in your file browser.
Option 2: Mount your Drive via command line
You can mount your Drive connection directly via command line using the mount command. If necessary, install the software davfs or davfs2. Create the directory /mnt/drive
and connect your Drive via:
mount.davfs https://dav.mailbox.org/servlet/webdav.infostore /mnt/drive
Then enter your mailbox.org user name and password.
Note: To get write access we recommend the following settings in your configuration davfs2.conf:
if_match_bug 1
use_locks 0
cache_size 1
table_size 4096
delay_upload 1
gui_optimize 1