Skip to content

Commit

Permalink
Issue #1013: more switching from OTRS to OTOBO
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmalhofer committed Aug 28, 2021
1 parent e5eb2ec commit 8436b16
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions scripts/test/TemplateGenerator/Replace.t
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ mailto-Link <a href="mailto:skywalker@otobo.org?subject=From%3A%20test%40home.co
mailto-Link <a href="mailto:skywalker@otobo.org?body=From%3A%20test%40home.com">E-Mail mit Body</a><br />',
},
{
Name => 'OTRS AGENT + CUSTOMER FROM', # <OTOBO_TICKET_DynamicField_*_Value>
Name => 'OTOBO AGENT + CUSTOMER FROM', # <OTOBO_TICKET_DynamicField_*_Value>
Data => {
From => 'testcustomer@home.com',
},
Expand All @@ -544,7 +544,7 @@ mailto-Link <a href="mailto:skywalker@otobo.org?body=From%3A%20test%40home.com">
},
{
Name =>
'OTRS AGENT + CUSTOMER BODY', # this is an special case, it sets the Body as it is since is the Data param
'OTOBO AGENT + CUSTOMER BODY', # this is an special case, it sets the Body as it is since is the Data param
Data => {
Body => "Line1\nLine2\nLine3",
},
Expand All @@ -557,7 +557,7 @@ mailto-Link <a href="mailto:skywalker@otobo.org?body=From%3A%20test%40home.com">
},
{
Name =>
'OTRS AGENT + CUSTOMER BODY With RichText enabled'
'OTOBO AGENT + CUSTOMER BODY With RichText enabled'
, # this is an special case, it sets the Body as it is since is the Data param
Data => {
Body => "Line1\nLine2\nLine3",
Expand All @@ -574,7 +574,7 @@ Line2<br/>
Line3",
},
{
Name => 'OTRS AGENT + CUSTOMER BODY[2]',
Name => 'OTOBO AGENT + CUSTOMER BODY[2]',
Data => {
Body => "Line1\nLine2\nLine3",
},
Expand All @@ -586,7 +586,7 @@ Line3",
Result => "Test > Line1\n> Line2 - > Line1\n> Line2",
},
{
Name => 'OTRS AGENT + CUSTOMER BODY[7] with RichText enabled',
Name => 'OTOBO AGENT + CUSTOMER BODY[7] with RichText enabled',
Data => {
Body => "Line1\nLine2\nLine3\nLine4\nLine5\nLine6\nLine7\nLine8\nLine9",
},
Expand All @@ -611,7 +611,7 @@ Line6<br/>
Line7</div>',
},
{
Name => 'OTRS AGENT + CUSTOMER EMAIL', # EMAIL without [ ] does not exists
Name => 'OTOBO AGENT + CUSTOMER EMAIL', # EMAIL without [ ] does not exists
Data => {
Body => "Line1\nLine2\nLine3",
},
Expand All @@ -623,7 +623,7 @@ Line7</div>',
Result => "Test Line1\nLine2\nLine3 - Line1\nLine2\nLine3",
},
{
Name => 'OTRS AGENT + CUSTOMER EMAIL[2]',
Name => 'OTOBO AGENT + CUSTOMER EMAIL[2]',
Data => {
Body => "Line1\nLine2\nLine3",
},
Expand Down Expand Up @@ -654,7 +654,7 @@ Line7</div>',
Result => "Test > Line1\n> Line2",
},
{
Name => 'OTRS AGENT + CUSTOMER SUBJECT[2]',
Name => 'OTOBO AGENT + CUSTOMER SUBJECT[2]',
Data => {
Subject => '0123456789'
},
Expand Down
2 changes: 1 addition & 1 deletion scripts/test/sample/EmailParser/PostMaster-Test9.box
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Message-ID: 000000B9
X-Mailer: Novell GroupWise Internet Agent 7.0.2 HP
Date: Tue, 13 Nov 2007 09:04:10 +0100
From: "Hans Huber" <hans@otobo.org>
To: "OTRS" <skywalker@otobo.org>
To: "OTOBO" <skywalker@otobo.org>
Subject: Some message with .pdf as only MIME attachment (without text for body)
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="=__Part2600556A.0__="
Expand Down
2 changes: 1 addition & 1 deletion scripts/test/sample/PostMaster/PostMaster-Test10.box
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Content-Disposition: inline
Content-Transfer-Encoding: base64
MIME-Version: 1.0
Subject: [Ticket#2007070610001801] test mail
X-Powered-BY: OTRS - Open Ticket Request System (http://otobo.org/)
X-Powered-BY: OTOBO - (http://otobo.org/)
X-Mailer: OTOBO Mail Service (2.1.7)
Date: Fri, 6 Jul 2007 12:17:31 +0200
Message-ID: <1183717051.586927.929001308.97809.36@otobo.otobo.org>
Expand Down
2 changes: 1 addition & 1 deletion scripts/test/sample/PostMaster/PostMaster-Test9.box
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Message-ID: 000000B9
X-Mailer: Novell GroupWise Internet Agent 7.0.2 HP
Date: Tue, 13 Nov 2007 09:04:10 +0100
From: "Hans Huber" <hans@otobo.org>
To: "OTRS" <skywalker@otobo.org>
To: "OTOBO" <skywalker@otobo.org>
Subject: Some message with .pdf as only MIME attachment (without text for body)
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="=__Part2600556A.0__="
Expand Down

0 comments on commit 8436b16

Please sign in to comment.