0.1.0 • Published 10 years ago

mail-support v0.1.0

Weekly downloads
5
License
MIT
Repository
github
Last release
10 years ago

mail-support

Build Status

Check css support for the emails clients

Wait stable version (v0.2.0) for install.

Clients checked

  • Android 4 (Gmail)
  • Apple Mail 6.5
  • Gmail (Web)
  • iPhone iOS 7/iPad
  • Outlook 2007/10/13
  • Outlook 03/Express/Mail
  • Outlook.com
  • Yahoo! Mail

Example

import mailSupport from 'mail-support'
const testMailSupport = mailSupport('path-to-css/style.css')

Response

  • ok
  • fail
  • info: support only if ...
  • warning: no css property found
[
  {
    "line":2,
    "property":"background-size",
    "clients":{
      "android":{
        "test":"info",
        "info":"image not stretched"
      },
      "apple":{
        "test":"ok",
        "info":""
      },
      "gmail":{
        "test":"fail",
        "info":""
      },
      "ios":{
        "test":"ok",
        "info":""
      },
      "outlook":{
        "test":"fail",
        "info":""
      },
      "outlook_web":{
        "test":"fail",
        "info":""
      },
      "outlook_express":{
        "test":"fail",
        "info":""
      },
      "yahoo":{
        "test":"info",
        "info":"image not stretched"
      }
    }
  }
]
0.1.0

10 years ago

0.0.11

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago