UUEncoded email attachments
We have recently implemented SUN Java System Messaging server 6.1, Hotfix 0.11
I have not found a way for UUEncoded email attachments to be decoded.We are using Microsoft Outlook with the SUN Java System Connector version 7.1.225.0 but the problem would appear to be at the backend since UWC also does not decode the attachment.
I found a section in the SUN Java System Messaging server 6 2005Q4 MTA Developers Reference but as a non developer I found it extremely hard to follow and somewhat complicated.
I hope someone can help.
Thanks
Ronnie...
[584 byte] By [
RMcIntyre] at [2007-11-26 9:47:36]

# 2
I am aware that most mail these days is MIME encoded but it is not feasible for my users to ask senders of uuencoded messages to resend in MIME format.Our previous email system (Mercury mail server and Pegasus Mail client) dealt with UUEncdoded messages and so the users are now questioning the 'new' system.
Is there nothing that can be done at the IMTA level to get round this problem.
Thanks
Ronnie...
# 9
Unfortunately it is still not working. Here is the start of the email I received
--
UU-encoded binary file.
(c) Crown copyright. Met Office 2006
begin 644 hagro.txt
M("`@("`@("`@("`@("`@("`@("`@("`@("`@("`@("`@("`@("`@("`@("`@
M("`@("`@("`@("`@("`@("`@("`@("`@("`@("`@("`@#0H@33`S2$%'4C$@
M($%'4D]-150N($1!5$$@($9/4B`@,CDO,#@O,C`P-B`@("`@("`@("`@("`@
M("`@("`@("`@("`@("`@("`@("`@("`-"B`@4TE412`@("`@("`@("!724Y$
# 12
I think that the real problem, here, is that you expect the server to be doing something that's really something that the client (Outlook) should be doing. The task of the mail server is to simply accept the mails, and present them to the client application. . .
Now, a clever programmer could use the Conversion Channel to separate UUEncoded parts, and un-encode them, and rebuild the messages. This isn't somehting I will be able to walk you through.