SpaceVim

A modular Vim/Neovim configuration


Home | About | Quick start guide | Documentation | Development | Community | Sponsors | 中文


Available Layers » mail

Description

The mail layer provides basic function to connected to mail server. To use this configuration layer, add the following snippet to your custom configuration file.

[[layers]]
  name = "mail"

Layer options

  1. imap_host: set the imap server host
  2. imap_port: set the imap server port
  3. imap_login: set the login of imap server
  4. imap_password: set the password of imap server

Key Mappings

Key Bingding Description
SPC a m open mail client

Powered by Jekyll