On 2013-08-26, Cyborg <[email protected]> wrote: > Hi, > > is there anychance, that a transportfilter gets knowlage about the > messages charset before it is processed ?
What makes you think it will have a single character set? > Background: > > java needs to know the charset in which data is delivered via stdin > before it opens stdin. no it doesn't, that's just the easy way. > hmm.. pdf talks about $mime_charset and content-type... but thats seems > not to be set for the entire message.. That's the crux of the problem. > (Maybe someone know the problem and has dealt with it in java already) You need to use a MIME library and point that at stdin. -- ⚂⚃ 100% natural -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
