To get help with Runbox, the best way is to use our Support Center at https://support.runbox.com. Using the Support Center Note that the Support Center system is a separate system and doesn’t know your Runbox account login for security reasons. So, if you have never used the Support Center before you need to create an account here: https://support.runbox.com/index.php?/Base/UserRegistration/Register […] Read more
First edit your git configuration (e.g., ~/.gitconfigl. Here’s an example for email address joe.example@runbox.com: [user] name = “Joe Example” email = “joe.example@runbox.com” [imap] folder = “Inbox.Drafts” host = imaps://secure.runbox.com user = joe.example sslverify = true Then, when you want to send a git patch using runbox email, do it using: git format-patch –to DESTINATION –stdout […] Read more
©2024 Runbox Help