http://7fh6tueqddpjyxjmgtdiueylzoqt6pt7hec3pukyptlmohoowvhde4yd.onion/public-inbox.git/tree/lib/PublicInbox/IMAP.pm
ref ( $next_range ); # error @ $range_info = @ $next_range ; undef ; # keep looping } sub fetch_blob { # long_response my ( $self , $tag , $msgs , $range_info , $ops , $partial ) = @_ ; while (! @ $msgs ) { # rare if ( my $end = refill_range ( $self , $msgs , $range_info )) { $self -> write ( \" $tag $end \r\n "); return; } } uo2m_extend( $self , $msgs ->[-1]->{num}); ibx_async_cat( $self ->{ibx}, $msgs ->[0]->{blob}, \&fetch_blob_cb, \ @_ ); } sub fetch_smsg { # long_response my ( $self ,...