summaryrefslogtreecommitdiff
path: root/libproto/dotmail/tests/setattr.at
blob: 8a4415c3b9a516ba26b84b84b97bb433ccd46de4 (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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
# 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([set attributes],
[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
.
Received: (from hare@wonder.land) 
	by wonder.land id 3305
	for alice@wonder.land; Mon, 29 Jul 2002 22:00:10 +0100
Date: Mon, 29 Jul 2002 22:00:05 +0100
From: March Hare  <hare@wonder.land>
Message-Id: <200207292200.3305@wonder.land>
To: Alice  <alice@wonder.land>
Subject: Re: Invitation
Return-Path: hare@wonder.land

It wasn't very civil of you to sit down without being invited
.
],
[],[],
[# Select 3rd message
3 
# Display its attributes
attr
# Set the Read attribute
set_read
# Set the Draft attribute
set_draft
# Display modified attributes
attr
# Synchronize the mailbox with disk storage
sync
# Display modified attributes: should be the same as before
attr 
# Display all headers; the Status header is missing, because
# the mu_header_t object was not notified about the change.
# Not sure if that's right, but that's the way the library works now.
headers
# Display the message text; this is to make sure all offsets
# in the mu_dotmail_message structure have been updated correctly
# after the change.
body_text
# Select fourth message
4 
# The following two commands make sure offsets in the subsequent messages
# are all fixed up.
headers 
body_text
],
[3 current message
3 attr: -
3 set_read: OK
3 set_draft: OK
3 attr: dR
sync: OK
3 attr: dR
3 headers: 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

3 body_text: There isn't any

4 current message
4 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

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

])

Return to:

Send suggestions and report system problems to the System administrator.