0.1.0 • Published 8 years ago

mail-support v0.1.0

Weekly downloads
5
License
MIT
Repository
github
Last release
8 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

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago