Class: TMail::Scanner_C

Inherits:
Object show all
Defined in:
ext/tmail/scanner_c/scanner_c.c

Constant Summary collapse

Version =
tmp

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.newObject

Creates a new mail



65
66
67
# File 'ext/tmail/scanner_c/scanner_c.c', line 65

static VALUE
mails_s_new(klass, str, ident, cmt)
VALUE klass, str, ident, cmt;

Instance Method Details

#debugObject

TODO: Documentation needed



107
108
109
# File 'ext/tmail/scanner_c/scanner_c.c', line 107

static VALUE
mails_debug_get(self)
VALUE self;

#debug=Object

TODO: Documentation needed



126
127
128
# File 'ext/tmail/scanner_c/scanner_c.c', line 126

static VALUE
mails_debug_set(self, flag)
VALUE self, flag;

#scanObject

TODO: Documentation needed



445
446
447
# File 'ext/tmail/scanner_c/scanner_c.c', line 445

static VALUE
mails_scan(self)
VALUE self;