#014360: problems with $imap->top() command in gmail

Description:

i connected via imap to the gmail imap server which works.
i can get the messages with $imap->listMessage();


$messages = $imap->listMessages();
foreach ( $messages as $messageNr => $size )
  {
      $this->imap->top( $messageNr );

      $set = new ezcMailVariableSet( $imap->top( $messageNr ) );
     $mail = $parser->parseMail( $set );
      $mail = $mail[0];
      echo "From: {$mail->from}, Subject: {$mail->subject}, Size: {$size}\n";

  }

calling $imap->top( $messageNr ) results in an endless load


Environment:

Operating System: mac osx 10.5.6
PHP Version: 5.2.6
Database and version: mysql 5.0.41
Browser (and version): Firefox 3.0.5


Steps to Reproduce:

1) connect to gmail with imap and option ssl=true
2) get message list
3) get headers with top() command -> endless loading


- Attachments

No attachments for this issue.


- Comments

Fixed in SVN rev. 9792. It will be available in Mail 1.6.1 (part of eZ Components 2008.2.1).

#260060 by Alexandru Stanoi on February 3rd, 2009 [Permanent Link]

- History
Properties
Type Bug
Priority Medium
Component Components » Mail
Affects 1.6 - Mail 1.6
Fix Version 2008.2.1 - eZ components 2008.2.1
Reporter Marco Bohler
Responsible Alexandru Stanoi
Status 0 Closed
Resolution Fixed
Created January 28th, 2009
Updated February 5th, 2009
Resolved February 3rd, 2009
 
Navigation [Permanent Link]
Previous Issue
Back to Issues List
Next Issue: #015537
  Graph shows to small and truncated rotated axis labels