bug-mailutils
[Top][All Lists]
Advanced

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

Re: [bug-mailutils] RFC 2047 decoding function


From: Kidong Lee
Subject: Re: [bug-mailutils] RFC 2047 decoding function
Date: Wed, 29 Jan 2003 11:58:16 +0900
User-agent: Mutt/1.4i

On Tue, Jan 28, 2003 at 10:49:26AM -0500, Alain Magloire wrote:
> > 
> > This is RFC 2047 decoding function.
> > 
> > In this function, It allocates the memory only one time(allocating size
> > is the same as encoded string), because it avoids calling realloc() repeatly
> > for performance.
> > It needs more memory sligntly, but performance is better than when calling
> > realloc() repeatly.
> > 
> > And I did not write character set conversion and RFC 2047 encode function
> > yet. Because I don't know when I will be able to add this.
> > 
> > It's not a form of patch. because I can't decide in which file I should
> > place this function.
> > 
> > I'm not sure whether I'm going along the right way. If not, I hope you
> > to modify it.
> > 
> 
> since it seems to be independent, I would be better in its own file.
> Say rfc2047.c 8-)
> 
> Is that the final version or you are planning to work on it more?


I'm not sure when I can do further, as I wrote above.
It seems to be my final version.
I think anyone in here can write encode function and character set
conversion.




reply via email to

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