Koozali.org: home of the SME Server

MAPI 1.0 not supported?

mishash

MAPI 1.0 not supported?
« on: August 28, 2006, 02:08:29 PM »
Sending an email from Outlook 2003 with attached ITEM ( contact or calendar ) comes to recipient with error
" This attachment is a MAPI 1.0 embedded message and is not supported by this mail system." ( as attached txt file )
Worked in previous e-smith ( 5 and 6 ) versions. Problem starts right after upgrading POP3 server from version 6 to 7. No changes was made on SMTP SME 5.5 ( other dedicated machine )
Any ideas? Or it's just really not supported?
   Thanks. Michael.

Offline sbaker712

  • *
  • 14
  • +0/-0
MAPI 1.0 support?
« Reply #1 on: November 29, 2006, 05:15:00 PM »
As stated by the original poster I would also like to know if MAPI 1.0 support is going be supported again? About 2 months ago I had moved servers from 6.01 to 7. So far the spam protection and the virus protection have been excellent. But just recently I have noticed that MAPI 1.0 is not supported. Granted this is not a deal breaker but I would like to know why the support is no longer available. I have noticed many people are viewing this post over the last couple of months but no reply post has been made. Anyone have any ideas?

Offline mike_mattos

  • *
  • 313
  • +0/-0
MAPI 1.0 not supported?
« Reply #2 on: November 29, 2006, 07:42:01 PM »
I don't have an answer for you, I did recently encounter a Windows XP Media Edition system that won't handle MAPI, all other computers on the network are working ( emailing invoices from Simply Accounting )
...

Offline jonic

  • *
  • 103
  • +1/-0
MAPI 1.0 not supported?
« Reply #3 on: January 18, 2007, 11:32:37 AM »
I've recently encountered the same problem on a SME v.7.1. Does anyone know a way around this? (i'm trying to attach a contact to a message using outlook XP/2003 - and instead of the contact the receipient gets a txt file with : " This attachment is a MAPI 1.0 embedded message and is not supported by this mail system." )

Offline p-jones

  • *
  • 594
  • +0/-0
MAPI 1.0 not supported?
« Reply #4 on: January 18, 2007, 11:43:41 AM »
Is this not an issue with the setup of the mail client ?? I would expect that maybe moving away from an RTF format on the client may resolve this.

http://support.microsoft.com/kb/224817
...

Offline jonic

  • *
  • 103
  • +1/-0
MAPI 1.0 not supported?
« Reply #5 on: January 18, 2007, 12:03:13 PM »
Quote from: "p-jones"
Is this not an issue with the setup of the mail client ?? I would expect that maybe moving away from an RTF format on the client may resolve this.


In Outlook XP I have an option to change the attachment format between:
 - MIME
 - UUENCODE
 - BINHEX

using any of this formats I still receive the same error. I 've tried sending the message to myself, so to be sure it' not a problem on the receipient's side, and I got only the txt file with the error message in it.

In conclusion I can't find a way to solve it on the client side.

Offline p-jones

  • *
  • 594
  • +0/-0
MAPI 1.0 not supported?
« Reply #6 on: January 18, 2007, 12:12:49 PM »
Does it relate to the specific encoding of the attachment or the aditional proprietary TNEF  wrapper that microsoft puts around the entire message ?? I am trying to get my head around it also.

From my understanding, I would have left the decoding of attachments at the default values and changed the message format from RTF to either plain text or HTML format.

http://support.microsoft.com/kb/197066/EN-US/
...

Offline william_syd

  • *****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
MAPI 1.0 not supported?
« Reply #7 on: January 18, 2007, 01:09:55 PM »
There is a qpsmtp plugin tnef2mime that mail goes through.
Quote
Plugin that converts ms-tnef attachments (winmail.dat) and uuencoded attachments to MIME.


Code: [Select]
smtpd=service
    Authentication=disabled
    Instances=40
    InstancesPerIP=5
    MaximumDateOffset=1
    PatternsScan=enabled
    Proxy=enabled
    TCPPort=25
    TCPProxyPort=25
    VirusScan=enabled
    access=public
    status=enabled
    tnef2mime=enabled
Regards,
William

IF I give advise.. It's only if it was me....

Offline jonic

  • *
  • 103
  • +1/-0
MAPI 1.0 not supported?
« Reply #8 on: January 18, 2007, 03:21:10 PM »
Quote from: "p-jones"

From my understanding, I would have left the decoding of attachments at the default values and changed the message format from RTF to either plain text or HTML format.
http://support.microsoft.com/kb/197066/EN-US/


Fom the micrsoft link:
Quote

When using Plain Text or HTML as your message format, you are still free to attach files of any type to the message. The attachments will be successfully delivered to non-TNEF aware clients.

You will not be able to attach Outlook items, an Outlook contact for example, since Outlook items are special Outlook data that require TNEF, rather than regular file attachments.

Attaching Outlook items is exactly what I'm trying to do, so this is not a solution for me.


Quote from: "william_syd"

There is a qpsmtp plugin tnef2mime that mail goes through.

I have the tnef2mime plugin enabled, should I disable it then?

Offline william_syd

  • *****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
MAPI 1.0 not supported?
« Reply #9 on: January 18, 2007, 11:41:26 PM »
Quote from: "jonic"

I have the tnef2mime plugin enabled, should I disable it then?


Your call. I don't use outlook so I don't know what difference it will make.

Switching it on and off is easy enough.

Off
Code: [Select]
db configuration setprop smtpd tnef2mime disabled
signal-event email-update


On
Code: [Select]
db configuration setprop smtpd tnef2mime enabled
signal-event email-update


Its possible that this plugin just unpacks tnef attachments so they can be scanned for viri etc.
Regards,
William

IF I give advise.. It's only if it was me....

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: MAPI 1.0 not supported?
« Reply #10 on: January 19, 2007, 03:19:20 AM »
Quote from: "mishash"
Sending an email from Outlook 2003 with attached ITEM ( contact or calendar ) comes to recipient with error
" This attachment is a MAPI 1.0 embedded message and is not supported by this mail system." ( as attached txt file )
Worked in previous e-smith ( 5 and 6 ) versions. Problem starts right after upgrading POP3 server from version 6 to 7.


Anything which stops working between versions should be reported via the Bug Tracker (unless the Release Notes say that the feature has been removed).

Offline jonic

  • *
  • 103
  • +1/-0
Re: MAPI 1.0 not supported?
« Reply #11 on: January 19, 2007, 12:29:59 PM »
I switched the tnef2mime plugin off and got rid of the error  :).

Thanks for the help!


Quote from: "CharlieBrady"

Anything which stops working between versions should be reported via the Bug Tracker (unless the Release Notes say that the feature has been removed).


I am unexperienced with SME so I'm a little cautious about reporting every problem via the bugtracker, cause usually it's not a bug, but something I don't know about SME.

If you think I should report this in the bugtracker, I will.

Offline william_syd

  • *****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
Re: MAPI 1.0 not supported?
« Reply #12 on: January 19, 2007, 01:07:31 PM »
Quote from: "jonic"
I

If you think I should report this in the bugtracker, I will.


I think you should. Even if it just ends up with the documentation team for inclusion in a FAQ/Manual.
Regards,
William

IF I give advise.. It's only if it was me....

Offline jonic

  • *
  • 103
  • +1/-0
Re: MAPI 1.0 not supported?
« Reply #13 on: January 19, 2007, 02:14:27 PM »
Quote from: "william_syd"

I think you should. Even if it just ends up with the documentation team for inclusion in a FAQ/Manual.


Ok, done. http://bugs.contribs.org/show_bug.cgi?id=2339