WebDav for Linux
It is possible to use the mailbox.org Drive with the WebDav protocol with Linux. There are a number of different options. 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
- User name:Your mailbox.org email address (main address, no alias)
- 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 correct WebDAV URL for Bartłomiej Mustermann looks like this:
https://dav.mailbox.org/servlet/webdav.infostore/Userstore/Bartłomiej%20Mustermann/
Option 1: Access with file browser / web browser
Linux offers a number of different file browsers and web browsers that you can use to access WebDAV directories. Please refer to the instructions provided for the software. You generally need the URL of your mailbox.org Drive for this option. This URL must be entered in different ways, depending on the program you are using:
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 (main address, no alias)
- 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 displayed in your file browser.
Option 2: Mount your Drive via command line
You can mount your Drive connection directly on the command line using the mount command. If necessary, install the software davfs or davfs2. Create the directory /mnt/drive
and connect your Drive:
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