Package SK.gnome.dwarf.mail.smtp.proc.filter

Provides useful mail filter implementations.

See:
          Description

Class Summary
AllRecipients This filter matches all recipients and messages.
HasAttachment This filter matches any multipart message.
HasHeader This filter matches messages with the given header present.
HostIs This filter matches recipients with the given domain part of mail address.
HostIsLocal This filter matches recipients for any local host.
IsNotDSN This filter matches messages which are not DSN generated by this server.
RecipientFilter Provides generic recipient-based filter.
RecipientIs This filter matches recipients which are on the given list.
RecipientIsLocal This filter matches any local recipient.
RecipientIsOriginal This filter matches recipients which were not expanded from an alias.
RecipientIsSender This filter matches the messages with sender equal to one of its recipients.
RemoteAddrIs This filter matches messages with the client address in the given list.
RemoteAddrIsNot This filter matches messages with client address not in the given list.
SenderIs This filter matches messages with the given sender.
SenderIsNot This filter matches messages with sender not on the given list.
SizeGreaterThan This filter matches messages with the size less than the given value.
SizeLessThan This filter matches messages with the size less than the given value.
SubjectIs This filter matches messages with the specified text in the "Subject" header.
SubjectIsNot This filter matches messages with the specified text in the "Subject" header.
SubjectStartsWith This filter matches messages with the "Subject" header starting with the specified string.
UserIs This filter matches recipients with the local part of mail address on the given list.
UserIsLocal Deprecated. does the same as RecipientIsLocal
 

Package SK.gnome.dwarf.mail.smtp.proc.filter Description

Provides useful mail filter implementations.



Copyright (c) 2004-2005, Gnome Ltd. All rights reserved.