summaryrefslogtreecommitdiff
path: root/libproto/dotmail/tests/delete.at
blob: 212be15c5d8cfb4dd8b9e9eb5b147efdb6d73fa1 (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
87
88
89
90
91
92
93
94
# 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([delete],
[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
.
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],
[# Mark third message as deleted
3
set_deleted
# Expunge deleted messages
expunge
# Message 4 becomes 3 after expunge. Re-select it.
3
# Display headers and body to check if it has been properly updated.
headers
body_text
],
[3 current message
3 set_deleted: OK
expunge: OK
3 current message
3 headers: 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

3 body_text: Then it wasn't very civil of you to offer it

3
])

Return to:

Send suggestions and report system problems to the System administrator.