Module: Mail::Parsers::Ragel::ContentTransferEncodingMachine
- Defined in:
- lib/mail/parsers/ragel/ruby/machines/content_transfer_encoding_machine.rb
Class Attribute Summary collapse
-
._content_transfer_encoding_eof_actions ⇒ Object
Returns the value of attribute _content_transfer_encoding_eof_actions.
-
._content_transfer_encoding_index_offsets ⇒ Object
Returns the value of attribute _content_transfer_encoding_index_offsets.
-
._content_transfer_encoding_indicies ⇒ Object
Returns the value of attribute _content_transfer_encoding_indicies.
-
._content_transfer_encoding_key_spans ⇒ Object
Returns the value of attribute _content_transfer_encoding_key_spans.
-
._content_transfer_encoding_trans_actions ⇒ Object
Returns the value of attribute _content_transfer_encoding_trans_actions.
-
._content_transfer_encoding_trans_keys ⇒ Object
Returns the value of attribute _content_transfer_encoding_trans_keys.
-
._content_transfer_encoding_trans_targs ⇒ Object
Returns the value of attribute _content_transfer_encoding_trans_targs.
-
.content_transfer_encoding_en_comment_tail ⇒ Object
Returns the value of attribute content_transfer_encoding_en_comment_tail.
-
.content_transfer_encoding_en_main ⇒ Object
Returns the value of attribute content_transfer_encoding_en_main.
-
.content_transfer_encoding_error ⇒ Object
Returns the value of attribute content_transfer_encoding_error.
-
.content_transfer_encoding_first_final ⇒ Object
Returns the value of attribute content_transfer_encoding_first_final.
-
.content_transfer_encoding_start ⇒ Object
Returns the value of attribute content_transfer_encoding_start.
Class Method Summary collapse
-
.parse(data) ⇒ Object
line 17 “/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/content_transfer_encoding_machine.rb.rl”.
Class Attribute Details
._content_transfer_encoding_eof_actions ⇒ Object
Returns the value of attribute _content_transfer_encoding_eof_actions.
208 209 210 |
# File 'lib/mail/parsers/ragel/ruby/machines/content_transfer_encoding_machine.rb', line 208 def _content_transfer_encoding_eof_actions @_content_transfer_encoding_eof_actions end |
._content_transfer_encoding_index_offsets ⇒ Object
Returns the value of attribute _content_transfer_encoding_index_offsets.
39 40 41 |
# File 'lib/mail/parsers/ragel/ruby/machines/content_transfer_encoding_machine.rb', line 39 def _content_transfer_encoding_index_offsets @_content_transfer_encoding_index_offsets end |
._content_transfer_encoding_indicies ⇒ Object
Returns the value of attribute _content_transfer_encoding_indicies.
49 50 51 |
# File 'lib/mail/parsers/ragel/ruby/machines/content_transfer_encoding_machine.rb', line 49 def _content_transfer_encoding_indicies @_content_transfer_encoding_indicies end |
._content_transfer_encoding_key_spans ⇒ Object
Returns the value of attribute _content_transfer_encoding_key_spans.
29 30 31 |
# File 'lib/mail/parsers/ragel/ruby/machines/content_transfer_encoding_machine.rb', line 29 def _content_transfer_encoding_key_spans @_content_transfer_encoding_key_spans end |
._content_transfer_encoding_trans_actions ⇒ Object
Returns the value of attribute _content_transfer_encoding_trans_actions.
196 197 198 |
# File 'lib/mail/parsers/ragel/ruby/machines/content_transfer_encoding_machine.rb', line 196 def _content_transfer_encoding_trans_actions @_content_transfer_encoding_trans_actions end |
._content_transfer_encoding_trans_keys ⇒ Object
Returns the value of attribute _content_transfer_encoding_trans_keys.
14 15 16 |
# File 'lib/mail/parsers/ragel/ruby/machines/content_transfer_encoding_machine.rb', line 14 def _content_transfer_encoding_trans_keys @_content_transfer_encoding_trans_keys end |
._content_transfer_encoding_trans_targs ⇒ Object
Returns the value of attribute _content_transfer_encoding_trans_targs.
184 185 186 |
# File 'lib/mail/parsers/ragel/ruby/machines/content_transfer_encoding_machine.rb', line 184 def _content_transfer_encoding_trans_targs @_content_transfer_encoding_trans_targs end |
.content_transfer_encoding_en_comment_tail ⇒ Object
Returns the value of attribute content_transfer_encoding_en_comment_tail.
231 232 233 |
# File 'lib/mail/parsers/ragel/ruby/machines/content_transfer_encoding_machine.rb', line 231 def content_transfer_encoding_en_comment_tail @content_transfer_encoding_en_comment_tail end |
.content_transfer_encoding_en_main ⇒ Object
Returns the value of attribute content_transfer_encoding_en_main.
235 236 237 |
# File 'lib/mail/parsers/ragel/ruby/machines/content_transfer_encoding_machine.rb', line 235 def content_transfer_encoding_en_main @content_transfer_encoding_en_main end |
.content_transfer_encoding_error ⇒ Object
Returns the value of attribute content_transfer_encoding_error.
226 227 228 |
# File 'lib/mail/parsers/ragel/ruby/machines/content_transfer_encoding_machine.rb', line 226 def content_transfer_encoding_error @content_transfer_encoding_error end |
.content_transfer_encoding_first_final ⇒ Object
Returns the value of attribute content_transfer_encoding_first_final.
222 223 224 |
# File 'lib/mail/parsers/ragel/ruby/machines/content_transfer_encoding_machine.rb', line 222 def content_transfer_encoding_first_final @content_transfer_encoding_first_final end |
.content_transfer_encoding_start ⇒ Object
Returns the value of attribute content_transfer_encoding_start.
218 219 220 |
# File 'lib/mail/parsers/ragel/ruby/machines/content_transfer_encoding_machine.rb', line 218 def content_transfer_encoding_start @content_transfer_encoding_start end |
Class Method Details
.parse(data) ⇒ Object
line 17 “/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/content_transfer_encoding_machine.rb.rl”
242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 |
# File 'lib/mail/parsers/ragel/ruby/machines/content_transfer_encoding_machine.rb', line 242 def self.parse(data) p = 0 eof = data.length stack = [] actions = [] data_unpacked = data.bytes.to_a # line 251 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/content_transfer_encoding_machine.rb" begin p ||= 0 pe ||= data.length cs = content_transfer_encoding_start top = 0 end # line 26 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/content_transfer_encoding_machine.rb.rl" # line 261 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/content_transfer_encoding_machine.rb" begin testEof = false _slen, _trans, _keys, _inds, _acts, _nacts = nil _goto_level = 0 _resume = 10 _eof_trans = 15 _again = 20 _test_eof = 30 _out = 40 while true if _goto_level <= 0 if p == pe _goto_level = _test_eof next end if cs == 0 _goto_level = _out next end end if _goto_level <= _resume _keys = cs << 1 _inds = _content_transfer_encoding_index_offsets[cs] _slen = _content_transfer_encoding_key_spans[cs] _trans = if ( _slen > 0 && _content_transfer_encoding_trans_keys[_keys] <= ( data_unpacked[p]) && ( data_unpacked[p]) <= _content_transfer_encoding_trans_keys[_keys + 1] ) then _content_transfer_encoding_indicies[ _inds + ( data_unpacked[p]) - _content_transfer_encoding_trans_keys[_keys] ] else _content_transfer_encoding_indicies[ _inds + _slen ] end cs = _content_transfer_encoding_trans_targs[_trans] if _content_transfer_encoding_trans_actions[_trans] != 0 case _content_transfer_encoding_trans_actions[_trans] when 3 then # line 7 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/rb_actions.rl" begin actions.push(4, p) end when 6 then # line 8 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/rb_actions.rl" begin actions.push(5, p) end when 10 then # line 17 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/rb_actions.rl" begin actions.push(14, p) end when 1 then # line 18 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/rb_actions.rl" begin actions.push(15, p) end when 2 then # line 5 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/../../common.rl" begin begin stack[top] = cs top+= 1 cs = 9 _goto_level = _again next end end when 9 then # line 6 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/../../common.rl" begin begin top -= 1 cs = stack[top] _goto_level = _again next end end when 4 then # line 7 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/rb_actions.rl" begin actions.push(4, p) end # line 18 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/rb_actions.rl" begin actions.push(15, p) end when 5 then # line 7 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/rb_actions.rl" begin actions.push(4, p) end # line 5 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/../../common.rl" begin begin stack[top] = cs top+= 1 cs = 9 _goto_level = _again next end end when 7 then # line 8 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/rb_actions.rl" begin actions.push(5, p) end # line 5 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/../../common.rl" begin begin stack[top] = cs top+= 1 cs = 9 _goto_level = _again next end end when 8 then # line 8 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/rb_actions.rl" begin actions.push(5, p) end # line 6 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/../../common.rl" begin begin top -= 1 cs = stack[top] _goto_level = _again next end end when 11 then # line 17 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/rb_actions.rl" begin actions.push(14, p) end # line 5 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/../../common.rl" begin begin stack[top] = cs top+= 1 cs = 9 _goto_level = _again next end end # line 396 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/content_transfer_encoding_machine.rb" end end end if _goto_level <= _again if cs == 0 _goto_level = _out next end p += 1 if p != pe _goto_level = _resume next end end if _goto_level <= _test_eof if p == eof case _content_transfer_encoding_eof_actions[cs] when 3 then # line 7 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/rb_actions.rl" begin actions.push(4, p) end when 10 then # line 17 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/rb_actions.rl" begin actions.push(14, p) end # line 422 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/content_transfer_encoding_machine.rb" end end end if _goto_level <= _out break end end end # line 27 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/content_transfer_encoding_machine.rb.rl" if p == eof && cs >= # line 436 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/content_transfer_encoding_machine.rb" 14 # line 28 "/home/bpot/src/gh/bpot/mail/lib/mail/parsers/ragel/ruby/machines/content_transfer_encoding_machine.rb.rl" return actions, nil else return [], "Only able to parse up to #{data[0..p]}" end end |