ProShell v2.0
Dashboard
Server Info
Server: 127.0.0.80
PHP: 8.3.31
home
clients
08ce2314c3c7e396ea36e41d2a860c5e
sites
filmerletravail.org
wp-content
mu-plugins
2026-08-21 11:44:31
Editing: msmtp.vim
Cancel
Save Changes
" Vim syntax file " Language: msmtp rc files " Maintainer: Simon Ruderich <simon@ruderich.com> " Eric Pruitt <eric.pruitt@gmail.com> " Last Change: 2019-09-27 " Filenames: msmtprc " Version: 0.3 if version < 600 syntax clear elseif exists("b:current_syntax") finish endif " Comments. syn match msmtpComment /#.*$/ contains=@Spell " General commands. syntax match msmtpOption /\<\(defaults\|account\|host\|port\|source_ip\|proxy_host\|proxy_port\|timeout\|protocol\|domain\)\>/ " Authentication commands. syntax match msmtpOption /\<\(auth\|user\|password\|passwordeval\|ntlmdomain\)\>/ " TLS commands. syntax match msmtpOption /\<\(tls\|tls_trust_file\|tls_crl_file\|tls_fingerprint\|tls_key_file\|tls_cert_file\|tls_certcheck\|tls_starttls\|tls_min_dh_prime_bits\|tls_priorities\|tls_host_override\)\>/ " Sendmail mode specific commands. syntax match msmtpOption /\<\(auto_from\|from\|maildomain\|dsn_notify\|dsn_return\|set_from_header\|set_date_header\|remove_bcc_headers\|undisclosed_recipients\|logfile\|logfile_time_format\|syslog\|aliases\)\>/ " Options which accept only an on/off value. syn match msmtpWrongOption /\<\(tls\|tls_certcheck\|tls_starttls\|auto_from\|set_from_header\|set_date_header\|remove_bcc_headers\|undisclosed_recipients\) \(on$\|off$\)\@!.*$/ " Option port accepts numeric values. syn match msmtpWrongOption /\<\(port\|proxy_port\) \(\d\+$\)\@!.*$/ " Option timeout accepts off and numeric values. syn match msmtpWrongOption /\<timeout \(off$\|\d\+$\)\@!.*$/ " Option protocol accepts smtp and lmtp. syn match msmtpWrongOption /\<protocol \(smtp$\|lmtp$\)\@!.*$/ " Option auth accepts on, off and the method. syn match msmtpWrongOption /\<auth \(on$\|off$\|plain$\|cram-md5$\|digest-md5$\|scram-sha-1$\|gssapi$\|external$\|login$\|ntlm$\|oauthbearer\)\@!.*$/ " Option syslog accepts on, off and the facility. syn match msmtpWrongOption /\<syslog \(on$\|off$\|LOG_USER$\|LOG_MAIL$\|LOG_LOCAL\d$\)\@!.*$/ " Marks all wrong option values as errors. syn match msmtpWrongOptionValue /\S* \zs.*$/ contained containedin=msmtpWrongOption " Mark the option part as a normal option. highlight default link msmtpWrongOption msmtpOption "Email addresses (yanked from esmptrc) syntax match msmtpAddress /[a-z0-9_.-]*[a-z0-9]\+@[a-z0-9_.-]*[a-z0-9]\+\.[a-z]\+/ " Host names syn match msmtpHost "\%(host\s*\)\@<=\h\%(\w\|\.\|-\)*" syn match msmtpHost "\%(host\s*\)\@<=\%([0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}\)" " Numeric values syn match msmtpNumber /\<\(\d\+$\)/ "Strings syntax region msmtpString start=/"/ end=/"/ syntax region msmtpString start=/'/ end=/'/ " Booleans syntax match msmtpBool "\s\@<=\(on\|off\)$" highlight default link msmtpComment Comment highlight default link msmtpOption Type highlight default link msmtpWrongOptionValue Error highlight default link msmtpString String highlight default link msmtpAddress Constant highlight default link msmtpNumber Number highlight default link msmtpHost Identifier highlight default link msmtpBool Constant let b:current_syntax = "msmtp"
Upload Files
Cancel
Upload
Create New
Cancel
Create
Change Permissions
Cancel
Save
Change Date
Cancel
Save
Rename Item
Cancel
Save
Confirm Delete
Are you sure you want to delete the selected items?
Cancel
Delete