summaryrefslogtreecommitdiff
path: root/libproto/dotmail/tests/append.at
blob: a474edf61db642baada90e0756d2d759703f4d4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
# GNU Mailutils -- a suite of utilities for electronic mail
# Copyright (C) 2019 Free Software Foundation, Inc.
#
# This library is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with GNU Mailutils.  If not, see <http://www.gnu.org/licenses/>. 

DM_MESG([append],
[Received: (from hare@wonder.land) 
	by wonder.land id 3301
	for alice@wonder.land; Mon, 29 Jul 2002 22:00:06 +0100
Date: Mon, 29 Jul 2002 22:00:01 +0100
From: March Hare  <hare@wonder.land>
Message-Id: <200207292200.3301@wonder.land>
To: Alice  <alice@wonder.land>
Subject: Invitation
Return-Path: hare@wonder.land

Have some wine
.
Received: (from alice@wonder.land) 
	by wonder.land id 3302
	for hare@wonder.land; Mon, 29 Jul 2002 22:00:07 +0100
Date: Mon, 29 Jul 2002 22:00:02 +0100
From: Alice  <alice@wonder.land>
Message-Id: <200207292200.3302@wonder.land>
To: March Hare  <hare@wonder.land>
Subject: Re: Invitation
Return-Path: alice@wonder.land

I don't see any wine
.
Received: (from hare@wonder.land) 
	by wonder.land id 3303
	for alice@wonder.land; Mon, 29 Jul 2002 22:00:08 +0100
Date: Mon, 29 Jul 2002 22:00:03 +0100
From: March Hare  <hare@wonder.land>
Message-Id: <200207292200.3303@wonder.land>
To: Alice  <alice@wonder.land>
Subject: Re: Invitation
Return-Path: hare@wonder.land

There isn't any
.
],
[AT_DATA([msg],
[Received: (from alice@wonder.land) 
	by wonder.land id 3304
	for hare@wonder.land; Mon, 29 Jul 2002 22:00:09 +0100
Date: Mon, 29 Jul 2002 22:00:04 +0100
From: Alice  <alice@wonder.land>
Message-Id: <200207292200.3304@wonder.land>
To: March Hare  <hare@wonder.land>
Subject: Re: Invitation
Return-Path: alice@wonder.land

Then it wasn't very civil of you to offer it
])],
[dm_mbox count],
[# Append new message
append msg
# Select it
4
# Check if it is scanned and loaded
env_date
env_sender
body_text
],

[append: OK
4 current message
4 env_date: Mon Jul 29 21:00:09 2002
4 env_sender: alice@wonder.land
4 body_text: Then it wasn't very civil of you to offer it

4
])

Return to:

Send suggestions and report system problems to the System administrator.