go back to home

Subscribe to Feeds

Follow Updates!

  • Home
  • Search
  • How-tos
  • FAQs
  • Documentation
  • Support
  • runbox.com
You are here: Runbox Help > How-tos > General

Getting Support

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

Filed Under: General     

How do I submit a git patch using runbox email

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

Filed Under: General     Tags: git
©2023 Runbox Help
Go back to top ↑