> From: Sohni Saxena [mailto:[EMAIL PROTECTED] > Sent: Friday, August 18, 2006 4:01 AM > To: [email protected] > 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? _______________________________________________ Bug-mailutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-mailutils
