bug-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-mailutils] RE: problem with mailutils-1.0 Getting Error " Not enoug


From: Alain Magloire
Subject: [bug-mailutils] RE: problem with mailutils-1.0 Getting Error " Not enough buffer space"
Date: Mon, 21 Aug 2006 14:07:21 -0400


> From: Sohni Saxena [mailto:address@hidden
> Sent: Friday, August 18, 2006 4:01 AM
> To: address@hidden
> Subject: problem with mailutils-1.0 Getting Error " Not enough buffer
> space"
> 
> Hi,
> I am using mailutils version 1.0 and I am getting "Not enough buffer
> space" error while geting mail header information for example :
> 
> 
>     int status;
>     char *pStr = NULL;
> 
>     status = mu_message_get_header(message , &header );
> 
> 
>     if ( status )
>     {
>         cout << mu_strerror(status) << status << endl ;
>     }
> 
> 
>     status = mu_header_aget_value ( header, MU_HEADER_FROM, &pStr );
>     if ( status )
> 
>     {
> 
>         cout << "Error in getting From Address : " << mu_strerror(status)
> << endl ;
>     }
> 
> 
> OutPut of this program is : Error in getting From Address : Not enough
> buffer space
> 
> 
> 
> Please suggest me where I am going wrong OR do I need to perform some more
> steps ?
> 
> Note: Same function is working with the version mailutils-0.6 and system
> is having enough memory.
> 
> Thanks in advance.
>

Sohni,
 Do you have a test case, so we could reproduce here?
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]