1.1.0 • Published 4 years ago

a-mail-signature v1.1.0

Weekly downloads
69
License
SEE LICENSE IN LI...
Repository
-
Last release
4 years ago

a-mail-signature

npm Dependency Status devDependency Status

npm PRs Welcome Open Source Love

Conventional Commits Commitizen friendly semantic-release

Generate and modify Apple Mail E-Mail signatures via npx.

a-mail-signature

IMPORTANT NOTE: Currently this tool works just if your Apple Mail base directory is located in ~/Library/Mail. However Apple started to containerize the App and on some machines Apple Mail is now part of an app container located in ~/Library/Containers/com.apple.mail and cannot be modified (at least I don't know how yet). I am working on finding out a way to achive modifying the signatures even in the containerized installation..

Usage

Be sure Apple Mail is closed before updateing the signatures

simply execte the a-mail-signature CLI by using npx:

npx a-mail-signature <option>

For example:

npx a-mail-signature create "My Default Signature" template.html
npx a-mail-signature modify "My Default Signature" template2.html
npx a-mail-signature delete "My Default Signature"

You can also install the CLI globally and execute a-mail-signature after that:

npm i -g a-mail-signature
a-mail-signature <option>

E-Mail signatures will be defined as HTML.

Note: all CSS styles must be either inlined or provided inside the <style></style> tag. An external reference to a stylesheet using <style href="style.css"> is not supported.

To check if the template has been added successfully, just open Apple Mail and go to Mail > Preferences... > Signatures.

Options

All options are described in the help prompt:

npx a-mail-signature --help

Development

To run an test the app locally, simply run npm start.

Building

You can build the app by running: npm build. To clean the build directory run npm run clean

1.1.0

4 years ago

1.0.0

4 years ago

0.0.22

4 years ago

0.0.20

4 years ago

0.0.21

4 years ago

0.0.18

4 years ago

0.0.19

4 years ago

0.0.12

4 years ago

0.0.13

4 years ago

0.0.14

4 years ago

0.0.15

4 years ago

0.0.17

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago