Skip to content

Commit

Permalink
Fix mail templates missing DATA indicator (#41)
Browse files Browse the repository at this point in the history
* Update friend_request.eml

* Update doujinsoft_mail.eml

* Update game_mail.eml

* Update manga_mail.eml

* Update recap_mail.eml

* Update recap_mail_blue.eml

* Update record_mail.eml
  • Loading branch information
Difegue authored Oct 9, 2023
1 parent a8cc008 commit ef15c48
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 28 deletions.
6 changes: 2 additions & 4 deletions WebContent/WEB-INF/wiiconnect24/doujinsoft_mail.eml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
MAIL FROM: w{{mail.sender}}@{{mail.wc24Server}}

RCPT TO: w{{mail.recipient}}@{{mail.wc24Server}}

DATA
From: w{{mail.sender}}@{{mail.wc24Server}}

To: w{{mail.recipient}}@{{mail.wc24Server}}

X-Wii-AppId: 2-354E4541-4142
Expand Down Expand Up @@ -1771,4 +1769,4 @@ UB+5A0XaqtDQ8AAHtG8nqSQTnwD/UAfwH/Af//A/8D/wX/Bf8H/wf/Cf8L//8L/w3/Df8P/w//Ef
Xel9n5/wHvDAIg9frwAAAAAAAAA=
--Boundary-NWC24-03BF040F00005--
--Boundary-NWC24-03BF040F00005--
6 changes: 2 additions & 4 deletions WebContent/WEB-INF/wiiconnect24/friend_request.eml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
MAIL FROM: w{{mail.sender}}@{{mail.wc24Server}}

RCPT TO: w{{mail.recipient}}@{{mail.wc24Server}}

DATA
From: w{{mail.sender}}@{{mail.wc24Server}}

To: w{{mail.recipient}}@{{mail.wc24Server}}

Subject: WC24 Cmd Message
Expand All @@ -30,4 +28,4 @@ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAA=
--Boundary-NWC24-03BEF87900066--
--Boundary-NWC24-03BEF87900066--
6 changes: 2 additions & 4 deletions WebContent/WEB-INF/wiiconnect24/game_mail.eml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
MAIL FROM: w{{mail.sender}}@{{mail.wc24Server}}

RCPT TO: w{{mail.recipient}}@{{mail.wc24Server}}

DATA
From: w{{mail.sender}}@{{mail.wc24Server}}

To: w{{mail.recipient}}@{{mail.wc24Server}}

Subject: G
Expand All @@ -28,4 +26,4 @@ Content-Disposition: attachment;
{{mail.base64EncodedAttachment}}
--Boundary-NWC24-03BEF88600067--
--Boundary-NWC24-03BEF88600067--
6 changes: 2 additions & 4 deletions WebContent/WEB-INF/wiiconnect24/manga_mail.eml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
MAIL FROM: w{{mail.sender}}@{{mail.wc24Server}}

RCPT TO: w{{mail.recipient}}@{{mail.wc24Server}}

DATA
From: w{{mail.sender}}@{{mail.wc24Server}}

To: w{{mail.recipient}}@{{mail.wc24Server}}

Subject: MMM
Expand All @@ -28,4 +26,4 @@ Content-Disposition: attachment;
{{mail.base64EncodedAttachment}}
--Boundary-NWC24-03BEF8890006A--
--Boundary-NWC24-03BEF8890006A--
6 changes: 2 additions & 4 deletions WebContent/WEB-INF/wiiconnect24/recap_mail.eml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
MAIL FROM: w{{mail.sender}}@{{mail.wc24Server}}

RCPT TO: w{{mail.recipient}}@{{mail.wc24Server}}

DATA
From: w{{mail.sender}}@{{mail.wc24Server}}

To: w{{mail.recipient}}@{{mail.wc24Server}}

Subject: =?UTF-16BE?B?AFkAbwB1AHIAIABnAGEAbQBlAHMAIABhAHIAZQAgAHIAZQBhAGQAeQAh?=
Expand Down Expand Up @@ -2087,4 +2085,4 @@ AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
--Boundary-NWC24-03BF040F00005--
--Boundary-NWC24-03BF040F00005--
6 changes: 2 additions & 4 deletions WebContent/WEB-INF/wiiconnect24/recap_mail_blue.eml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
MAIL FROM: w{{mail.sender}}@{{mail.wc24Server}}

RCPT TO: w{{mail.recipient}}@{{mail.wc24Server}}

DATA
From: w{{mail.sender}}@{{mail.wc24Server}}

To: w{{mail.recipient}}@{{mail.wc24Server}}

Subject: =?UTF-16BE?B?AFkAbwB1AHIAIABnAGEAbQBlAHMAIABhAHIAZQAgAHIAZQBhAGQAeQAh?=
Expand Down Expand Up @@ -2051,4 +2049,4 @@ AAEQEREQAED+/+7/D/APIP/w0Q8PAQEgAAAAIAEAAAAQEREBEBAAAAAAAA//DwAQ8BABAPAAACAQ
8BEOEAAA
--Boundary-NWC24-03BF525200013--
--Boundary-NWC24-03BF525200013--
6 changes: 2 additions & 4 deletions WebContent/WEB-INF/wiiconnect24/record_mail.eml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
MAIL FROM: w{{mail.sender}}@{{mail.wc24Server}}

RCPT TO: w{{mail.recipient}}@{{mail.wc24Server}}

DATA
From: w{{mail.sender}}@{{mail.wc24Server}}

To: w{{mail.recipient}}@{{mail.wc24Server}}

Subject: RR
Expand All @@ -28,4 +26,4 @@ Content-Disposition: attachment;
{{mail.base64EncodedAttachment}}
--Boundary-NWC24-03BEF88900069--
--Boundary-NWC24-03BEF88900069--

0 comments on commit ef15c48

Please sign in to comment.