sponsor Vim development Vim logo Vim Book Ad

MailApp : This plugin allows Mac OS X users to send e-mails from Vim using Mail.app.

 script karma  Rating 11/9, Downloaded by 1451  Comments, bugs, improvements  Vim wiki

created by
Israel Chauca Fuentes
 
script type
utility
 
description
This plugin allows Mac OS X users to send e-mails from Vim using the Mail.app application.

It provides syntax highlighting, auto-completion for header name, e-mail and attachment.

To start a new e-mail, use the command :NewMailApp, which will open a new buffer where you can start writing. To send the e-mail, use the command :SendMailApp.
 
install details
Mac OS X 10.5 or later is required for this plug-in and Mail.app must be configured to send messages. To install it, unzip the MailApp.zip file and place every file in the respective folder inside your "~/.vim" folder, keeping the same folder structure, except for MailApp.bundle that should go inside your "Documents" folder.

~/
   |-.vim/
   |    |-doc/mailapp.txt
   |    |-ftplugin/mailapp.vim
   |    |-plugin/MailApp.vim
   |    |-syntax/mailapp.vim
   |-/Documents/MailApp.bundle

If you place MailApp.bunlde somewhere else, you need to set the 'MailApp_bundle' option in your vimrc so MailApp.vim can find it.

After you placed the files in their place, run ":helptags ~/.vim/doc" to update the help files tags.
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
MailApp.zip 1.1 2009-10-19 7.0 Israel Chauca Fuentes Fixed a problem with the "from" header that would prevent the message from being sent.
MailApp.zip 1.0 2009-10-16 7.0 Israel Chauca Fuentes Initial upload
ip used for rating: 3.144.48.135

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github