> - $cd .= "; filename=\"{$cdHeader->fileName}\""; > + $fileInfo = null; > + if ( $cdHeader->fileNameCharSet !== null ) > + { > + $fileInfo .= "*0*=\"{$cdHeader->fileNameCharSet}"; Is this correct? I think we should implement this properly while we're at it and break properly (with \r\n) when we overflow the maximum line length. -- svn-components mailing list svn-components@lists.ez.no http://lists.ez.no/mailman/listinfo/svn-components
- [svn-components] 4545 - in trunk/Mail: . src src/interfac... Alexandru Stanoi
- Re: [svn-components] 4545 - in trunk/Mail: . src src... Frederik Holljen
- Re: [svn-components] 4545 - in trunk/Mail: . src... Alexandru Stanoi
- Re: [svn-components] 4545 - in trunk/Mail: .... Frederik Holljen