Hi,
I have tried to add an attachment to a message with
uuencode codification, but when I try to view the
entire message squirrelmail does not show the body of
message with attachements.
Iam using the plugin get_uuencode that it permit to
download the uuencode code as attachments and view the
message body.
This plugin works fine minor than 1m but with messages
more than 1m don't work, and squirremail does not
execute nothing.
I was view the source code and I think that the problem
is in the file imap_general.php and in the function
sqimap_read_data_list() because when squirrelmail parse
de body don't leave the bucle while.
thank's in advance.
my email rromero@optaresolutions.net
Logged In: NO
Hi,
A posible solution for your problem is actualiz your php and
increment memory_limit to 48M. in php.ini.
With this changes and get_uuencode activated, you should
view messages more than 1m(1,3m real size of the message) up
to 6m(8m real size of the message)
bye
Logged In: NO
Hi,
A posible solution for your problem is actualiz your php and
increment memory_limit to 48M. in php.ini.
With this changes and get_uuencode activated, you should
view messages more than 1m(1,3m real size of the message) up
to 6m(8m real size of the message)
bye
rromero@optaresolutions.net
Logged In: YES
user_id=225877
Problem is specific to get_uuencode plugin.