Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

VMail - check the markup (HTML, CSS) of HTML email template compatibility with email clients

License

NotificationsYou must be signed in to change notification settings

le0pard/vmail

Repository files navigation

VMail - check the markup (HTML, CSS) of HTML email template compatibility with email clients

Build and Deploy

VMail

Email clients use different rendering standards. This is why your email can be displayed not as you designed it. You need to check that your message code won't cause rendering issues.

Vmail (Validate Email) check the markup (HTML, CSS) of HTML email template content in search of problematic elements. For each it finds, it displays the list of email clients that lack support for it or support it only partially.

VMail collect the data on support for particular HTML & CSS rules fromCaniemail.com

Development

To start it in development mode, you need install ruby, node.js, golang and run in terminal:

$ bundle# get all ruby deps$ yarn# get all node.js deps$ bundleexec rake wasm:parser# build wasm parser module$ bundleexec rake wasm:inliner# build wasm inliner module$ yarn dev# start server on 3000 port

Build wasm files from Go files

$ bundleexec rake wasm:parser# build wasm parser module$ bundleexec rake wasm:inliner# build wasm inliner module

Format svelte components

yarn prettier --write --plugin-search-dir=. ./src/components/*

Benchmark parser

$cd wasm_parser/parser$ gotest -benchmem -bench=.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

[8]ページ先頭

©2009-2025 Movatter.jp