reference/imap/functions/imap-setflag-full.xml
673d373eda1740843eaef88e9665eb887f6f5752
...
...
@@ -8,7 +8,7 @@
8
8
<refsect1 role="description">
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
-
<type>bool</type><methodname>imap_setflag_full</methodname>
11
+
<type>true</type><methodname>imap_setflag_full</methodname>
12
12
<methodparam><type>IMAP\Connection</type><parameter>imap</parameter></methodparam>
13
13
<methodparam><type>string</type><parameter>sequence</parameter></methodparam>
14
14
<methodparam><type>string</type><parameter>flag</parameter></methodparam>
...
...
@@ -65,10 +65,19 @@
65
65
</variablelist>
66
66
</para>
67
67
</refsect1>
68
+

68
69
<refsect1 role="returnvalues">
69
70
&reftitle.returnvalues;
70
71
<para>
71
-
&return.success;
72
+
&return.true.always;
73
+
</para>
74
+
</refsect1>
75
+

76
+
<refsect1 role="errors">
77
+
&reftitle.errors;
78
+
<para>
79
+
Throws a <classname>ValueError</classname> if <parameter>options</parameter>
80
+
is invalid.
72
81
</para>
73
82
</refsect1>
74
83

...
...
@@ -84,6 +93,14 @@
84
93
</thead>
85
94
<tbody>
86
95
&imap.changelog.imap-param;
96
+
<row>
97
+
<entry>8.0.0</entry>
98
+
<entry>
99
+
A <classname>ValueError</classname> is now thrown on invalid
100
+
<parameter>options</parameter> parameter values. Previously,
101
+
a warning was emitted and the function returned &false;.
102
+
</entry>
103
+
</row>
87
104
</tbody>
88
105
</tgroup>
89
106
</informaltable>
90
107