2002-04-15 00:12:54 +00:00
|
|
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
2004-08-18 14:15:21 +00:00
|
|
|
<!-- $Revision: 1.6 $ -->
|
2002-04-15 00:12:54 +00:00
|
|
|
<!-- splitted from ./en/functions/imap.xml, last change in rev 1.33 -->
|
|
|
|
<refentry id="function.imap-clearflag-full">
|
|
|
|
<refnamediv>
|
|
|
|
<refname>imap_clearflag_full</refname>
|
|
|
|
<refpurpose>Clears flags on messages</refpurpose>
|
|
|
|
</refnamediv>
|
|
|
|
<refsect1>
|
|
|
|
<title>Description</title>
|
|
|
|
<methodsynopsis>
|
2002-10-09 14:55:05 +00:00
|
|
|
<type>bool</type><methodname>imap_clearflag_full</methodname>
|
|
|
|
<methodparam><type>resource</type><parameter>stream</parameter></methodparam>
|
2002-04-15 00:12:54 +00:00
|
|
|
<methodparam><type>string</type><parameter>sequence</parameter></methodparam>
|
|
|
|
<methodparam><type>string</type><parameter>flag</parameter></methodparam>
|
2004-08-18 14:15:21 +00:00
|
|
|
<methodparam choice="opt"><type>string</type><parameter>options</parameter></methodparam>
|
2002-04-15 00:12:54 +00:00
|
|
|
</methodsynopsis>
|
|
|
|
<para>
|
2004-03-08 09:18:45 +00:00
|
|
|
This function causes a store to delete the specified
|
|
|
|
<parameter>flag</parameter> to the flags set for the
|
|
|
|
messages in the specified <parameter>sequence</parameter>.
|
2002-04-15 00:12:54 +00:00
|
|
|
The flags which you can unset are "\\Seen", "\\Answered",
|
2002-06-10 08:04:06 +00:00
|
|
|
"\\Flagged", "\\Deleted", and "\\Draft" (as defined
|
2004-03-08 09:18:45 +00:00
|
|
|
by RFC2060). &return.success;.
|
2002-04-15 00:12:54 +00:00
|
|
|
</para>
|
|
|
|
<para>
|
2004-03-08 09:18:45 +00:00
|
|
|
<parameter>options</parameter> are a bit mask and may contain
|
|
|
|
the single option:
|
|
|
|
<itemizedlist>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
|
|
|
<constant>ST_UID</constant> - The sequence argument contains UIDs
|
|
|
|
instead of sequence numbers
|
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
See also: <function>imap_setflag_full</function>.
|
2002-04-15 00:12:54 +00:00
|
|
|
</para>
|
|
|
|
</refsect1>
|
|
|
|
</refentry>
|
|
|
|
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
|
|
Local variables:
|
|
|
|
mode: sgml
|
|
|
|
sgml-omittag:t
|
|
|
|
sgml-shorttag:t
|
|
|
|
sgml-minimize-attributes:nil
|
|
|
|
sgml-always-quote-attributes:t
|
|
|
|
sgml-indent-step:1
|
|
|
|
sgml-indent-data:t
|
|
|
|
indent-tabs-mode:nil
|
|
|
|
sgml-parent-document:nil
|
|
|
|
sgml-default-dtd-file:"../../../../manual.ced"
|
|
|
|
sgml-exposed-tags:nil
|
|
|
|
sgml-local-catalogs:nil
|
|
|
|
sgml-local-ecat-files:nil
|
|
|
|
End:
|
|
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
|
|
vim: et tw=78 syn=sgml
|
|
|
|
vi: ts=1 sw=1
|
|
|
|
-->
|