Microsoft Exchange server 2010 - Omnis 4.3
Chris Webb
Chris.Webb at catalina-software.co.uk
Mon May 13 14:18:50 EDT 2013
The parameter layout in Omnis for POP3ListMessages is (Socket,MessageNumber,List)
This is after a POP3Connect (server,uname,pword) Returns socket.
Confused :s
Chris
-----Original Message-----
From: omnisdev-en-bounces at lists.omnis-dev.com [mailto:omnisdev-en-bounces at lists.omnis-dev.com] On Behalf Of Mike Matthews
Sent: 13 May 2013 19:16
To: OmnisDev List - English
Subject: Re: Microsoft Exchange server 2010 - Omnis 4.3
The POP3recv method allows you to track the progress of the downloads, so not really required.
Nope, I don't need a socket first, the SMTP does I think. But not POP, just checked my code.
Mike
Mike Matthews
Managing Director
Lineal Software Solutions Ltd
Very Grumpy Former UK Apple Reseller, Omnis Business Partner
Tel: +44 (0)1271 850 550
Email: mike.matthews at lineal.co.uk
Web: www.lineal.co.uk
On 13 May 2013, at 19:11, Chris Webb wrote:
> Following this,
>
> I do not have a POP3Recv method. It would appear I need to
> POP3Connect first to get a socket number before I can do any of the
> POP3ListMessage, etc.. :(
>
> Chris
>
> -----Original Message-----
> From: omnisdev-en-bounces at lists.omnis-dev.com
> [mailto:omnisdev-en-bounces at lists.omnis-dev.com] On Behalf Of Chris
> Webb
> Sent: 13 May 2013 19:09
> To: OmnisDev List - English
> Subject: RE: Microsoft Exchange server 2010 - Omnis 4.3
>
> Hi Mike thanks for that I'll give it a go. If it's not too much trouble and if you remember, could you possibly find out what to do server side of things for me? Would be greatly appreciated as its quite a necessity I get it working.
>
>
> Thanks
>
> Chris
>
> -----Original Message-----
> From: omnisdev-en-bounces at lists.omnis-dev.com
> [mailto:omnisdev-en-bounces at lists.omnis-dev.com] On Behalf Of Mike
> Matthews
> Sent: 13 May 2013 19:06
> To: OmnisDev List - English
> Subject: Re: Microsoft Exchange server 2010 - Omnis 4.3
>
> This is my generic POP command to get the mailbox data in the InBox.
>
> POP3Recv (lvPOP_Server,lvPOP_Name,lvPOP_Pass,lvPOP_RECVList,pPOP_RemoveMessages,,lvPOP_MaxMessages,lvPOP_Auth,lvPOP_Verify) Returns lvErr ;;
> This will get the list of messages from the POP box and will limit the returned number to 500 records currently. MAM 29-06-2009.
> Added lvPOP_MaxMessages MAM 22-05-2011 for email archive Added Secure
> = true & verify = False for lineal kerio MAM 10-01-2012
>
> In Server 2010 and others, I suspect you will need AUTH turned on, now I know the SMTP auth bit only came in v5 (hopefully) so did the POP auth bit also come along in v5, and as you are using v4.3, this could be your problem. And I think you will have to go to O$v5 for this to work on Server 2010, or reduce the AUTH security options on the Exchange side, not advisable, but possible.
>
> There is also something else you have to do with Exchange 2010 security to get it to work with Studio, but my tech boys have all gone home now, so I can't tell you, sorry, but it does involve lowering the security a bit, but not much.
>
> Mike
>
>
> Mike Matthews
> Managing Director
> Lineal Software Solutions Ltd
>
> Very Grumpy Former UK Apple Reseller, Omnis Business Partner
> Tel: +44 (0)1271 850 550
>
> Email: mike.matthews at lineal.co.uk
>
> Web: www.lineal.co.uk
>
>
> On 13 May 2013, at 18:54, Chris Webb wrote:
>
>> I have tried this for Hotmail and gmail and both timeout...
>>
>>
>> Chris
>>
>> -----Original Message-----
>> From: omnisdev-en-bounces at lists.omnis-dev.com
>> [mailto:omnisdev-en-bounces at lists.omnis-dev.com] On Behalf Of Mike
>> Matthews
>> Sent: 13 May 2013 18:29
>> To: OmnisDev List - English
>> Subject: Re: Microsoft Exchange server 2010 - Omnis 4.3
>>
>> Hello Chris
>>
>> Does the code work for other POP server type collections? That will test the code if new of course.
>>
>> Otherwise not gone against 2010 yet.
>>
>> Mike
>>
>> Mike Matthews, Managing Director, Lineal Software Solutions Ltd
>>
>> Apple Reseller, Microsoft Partner, SQLWorks Business Partner
>> phone: 01271 850550 | web: lineal.co.uk | email: mike at lineal.co.uk
>>
>> On 13 May 2013, at 18:18, Chris Webb <Chris.Webb at catalina-software.co.uk> wrote:
>>
>>> Hi all,
>>>
>>> I am trying to use the POP3Connect function to access an inbox within Microsoft Exchange server 2010. I know the server, username and password are correct, I have set up port 110 on the firewall to allow incoming connections and allowed my domain user access to the mailbox in question. When I run the POP3 connect command in Omnis it returns error -1244 (POP3 : error received from server - which isn't very helpful).
>>>
>>> Has anyone come across this problem before?
>>>
>>> Thanks in advance
>>>
>>> Chris
>>> _____________________________________________________________
>>> Manage your list subscriptions at http://lists.omnis-dev.com
>>
>> _____________________________________________________________
>> Manage your list subscriptions at http://lists.omnis-dev.com
>> _____________________________________________________________
>> Manage your list subscriptions at http://lists.omnis-dev.com
>
> _____________________________________________________________
> Manage your list subscriptions at http://lists.omnis-dev.com
> _____________________________________________________________
> Manage your list subscriptions at http://lists.omnis-dev.com
> _____________________________________________________________
> Manage your list subscriptions at http://lists.omnis-dev.com
_____________________________________________________________
Manage your list subscriptions at http://lists.omnis-dev.com
More information about the omnisdev-en
mailing list