I just upgraded to 1.9.2 so that I could help with the
bug troubleshooting :) and.. When going to the inbox
after logging in I commonly get the following error:
Warning: No body information available in
/path/to/jawmail/apps/mail/lib/mime/imap_parser.php on
line 177
This happens in 1 of 3 ways,
a) every line reports this error for every message in
inbox.
b) it's fine for the first few messages then it does it
for all remaining
emails on that page.
c) it's fine and doesn't report this error
These 3 ways can be changed apparently randomly by just
clicking the INBOX folder or refresh or any other
activity that makes
it refresh this page.
Logged In: YES
user_id=125762
You could try adding an @ before the imap_fetchstructure() call. Doesn't
seem that critical, this can even be disabled, as this only checks if the
message has any attachments on the listing page.
Which imap
c-client are you using? Which IMAP server? PHP? :)
Any other
bugs?
Logged In: YES
user_id=562773
Redhat 7.2 with the following:
imap-devel-2000c-15
imap-2000c-15
PHP 4.2.1 compiled with the following configure:
./configure --with-apxs=/usr/sbin/apxs --with-mysql
--enable-sockets --with-gd --with-xml --with-gettext
--with-imap --wi
th-imap-ssl --with-kerberos --enable-mbstring
I added the @ and it didn't help, so i commented out the
whole function and that got rid of the error.. but now the
same symptoms are present with the sligh difference that
instead of an error message, now I get just [Subject]
lines.. I can get a screenshot if you like.
It is still changing with every refresh, sometimes I get
them all, sometimes I only get 2 or 3 messages.
Logged In: YES
user_id=219680
Hi
I've got the same problem in 1.9.1 and 1.9.2. I've tried
both the 2001a and latest development snapshot of uw-imap
for c-client support in PHP. The imap server doesn't seem to
matter either, as 2001a and latest development uw-imap
servers and the version which comes with RedHat all give
similar errors.
Any ideas?