-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9a6c050
commit d039d9e
Showing
2 changed files
with
26 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,9 @@ The package name is an adaption of the Zulu word for email, *imeyili*. | |
The documentation for `{emayili}` can be found | ||
[here](https://datawookie.github.io/emayili/). | ||
|
||
[![Star History | ||
Chart](https://api.star-history.com/svg?repos=datawookie/emayili&type=Date)](https://star-history.com/datawookie/emayili&Date) | ||
|
||
## Installation | ||
|
||
Get the stable version from | ||
|
@@ -55,7 +58,7 @@ library(emayili) | |
packageVersion("emayili") | ||
``` | ||
|
||
[1] '0.7.17' | ||
[1] '0.7.4' | ||
|
||
Create a message object. | ||
|
||
|
@@ -146,13 +149,13 @@ Simply printing a message displays the header information. | |
``` | ||
|
||
Date: Sat, 19 Aug 2023 04:44:05 GMT | ||
X-Mailer: {emayili}-0.7.17 | ||
MIME-Version: 1.0 | ||
From: [email protected] | ||
To: [email protected] | ||
Cc: [email protected] | ||
Subject: This is a plain text message! | ||
Date: Tue, 22 Oct 2024 03:42:52 GMT | ||
X-Mailer: {emayili}-0.7.4 | ||
MIME-Version: 1.0 | ||
From: [email protected] | ||
To: [email protected] | ||
Cc: [email protected] | ||
Subject: This is a plain text message! | ||
|
||
You can identify emails which have been sent using `{emayili}` by the | ||
presence of an `X-Mailer` header which includes both the package name | ||
|
@@ -195,14 +198,15 @@ envelope() %>% | |
text("Hello {{name}}!") | ||
``` | ||
|
||
Date: Sat, 19 Aug 2023 04:44:05 GMT | ||
X-Mailer: {emayili}-0.7.17 | ||
MIME-Version: 1.0 | ||
Content-Type: text/plain; | ||
charset=utf-8; | ||
Date: Tue, 22 Oct 2024 03:42:52 GMT | ||
X-Mailer: {emayili}-0.7.4 | ||
MIME-Version: 1.0 | ||
Content-Type: text/plain; | ||
charset=utf-8; | ||
format=flowed | ||
Content-Transfer-Encoding: 7bit | ||
Content-MD5: nhjeY5ZYMzru+kSCGUzNKg== | ||
Content-Disposition: inline | ||
Content-Transfer-Encoding: 7bit | ||
Content-MD5: nhjeY5ZYMzru+kSCGUzNKg== | ||
|
||
Hello Alice! | ||
|
||
|
@@ -220,11 +224,12 @@ envelope() %>% | |
) | ||
``` | ||
|
||
Date: Sat, 19 Aug 2023 04:44:05 GMT | ||
X-Mailer: {emayili}-0.7.17 | ||
MIME-Version: 1.0 | ||
Content-Type: text/html; | ||
Date: Tue, 22 Oct 2024 03:42:52 GMT | ||
X-Mailer: {emayili}-0.7.4 | ||
MIME-Version: 1.0 | ||
Content-Type: text/html; | ||
charset=utf-8 | ||
Content-Disposition: inline | ||
|
||
<html><body><p>Check out <a href="https://cran.r-project.org/package=emayili"><code>{emayili}</code></a>.</p></body></html> | ||
|
||
|