Path

ez components / documentation / api reference / 2006.2 / mail


eZ Components 2006.2

Mail: ezcMailParserSet

[ Tutorial ] [ Display-example ] [ Class tree ] [ Element index ] [ ChangeLog ] [ Credits ]

Interface: ezcMailParserSet

[source]

Method Summary

public string getNextLine( )
Returns one line of data from the current mail in the set including the ending linebreak.
public bool hasData( )
Returns whether mails are being available for parsing.
public bool nextMail( )
Moves the set to the next mail and returns true upon success.

Methods

getNextLine

string getNextLine( )
Returns one line of data from the current mail in the set including the ending linebreak.
Null is returned if there is no current mail in the set or the end of the mail is reached,

hasData

bool hasData( )
Returns whether mails are being available for parsing.

nextMail

bool nextMail( )
Moves the set to the next mail and returns true upon success.
False is returned if there are no more mail in the set.

Last updated: Thu, 01 Nov 2007