Alaska Software Inc. - pop3client - exchange server
Username: Password:
AuthorTopic: pop3client - exchange server
Vagelis Skarmaliorakispop3client - exchange server
on Fri, 06 Feb 2004 18:25:41 +0200
Hello!

Using The code from the samples, I notice the following:

When a collegue at work sends me a mail:

a) If he created the mail, i am geting nothing, nore subject, nor headers
not nothing, just a number that I have a mail at the company server.

b) If he forwards a mail send to him, the everything is ok.

Checking the mails from VB + Catalyst Freeware Sockets, I can see the
headers for the mails thay ASINET can n't.

Today a created two classes, one for POP3 client, and another one for mail.
The functionality up to now, is to read the Headers from my mails. It works
fine, I can read even the headers that ASINET is missing.

I don't now how big is this project, and if it's worth the time.

Does anyone has found another solution to the abpove problem (with ASINET
only please) ?

(Else I am going to spend all my weekend trying to improve this pop3 client
class)

Also, a question for Alaska: Is there going to be any additions/improvements
to ASINET library at next versions ?



Regards,

Vagelis
Vagelis SkarmaliorakisRe: pop3client - exchange server
on Fri, 06 Feb 2004 18:26:53 +0200
oops, I forgot,

everybody in the company I work use MS-OUTLOOK (not outlook express)

regards
Vagelis SkarmaliorakisRe: pop3client - exchange server
on Fri, 06 Feb 2004 18:33:26 +0200
Reading my post again, I think I must study English more.........
Phil Ide
Re: pop3client - exchange server
on Fri, 06 Feb 2004 17:05:17 +0000
Vagelis Skarmaliorakis,
> Reading my post again, I think I must study English more.........

ROF,L

I understood you 

Regards,

Phil Ide

***************************************
* Xbase++ FAQ, Libraries and Sources: *
* goto: http://www.idep.org.uk/xbase  *
***************************************

Apathy error: Don't bother striking any key.
Vagelis SkarmaliorakisRe: pop3client - exchange server
on Mon, 09 Feb 2004 20:08:58 +0200
I hope I found the reason, why new mails from exchange server was
unreadable:

Watch the information inside the mail:

MIME-Version: 1.0
Content-Type: multipart/mixed;
 boundary="----_=_NextPart_000_01C3EC95.9ADB9BAC"

But each Content is separated with:

------_=_NextPart_000_01C3EC95.9ADB9BAC

and the last part ends with

------_=_NextPart_000_01C3EC95.9ADB9BAC--

The boundary is specified with 4 "-", but at the separation string has 6
"-".

I don't know if the problem is with exchange server. Trying to find the
cause, and in order to search deep this, I came up with 3 classes which
read's mail, and all the information is available to the programmer, to do
whatever.

My beginning goal was to write a Message receiver, which will not leave the
mails just to the "Inbox", but according to some rules, the each mail will
go to it's waiting folder and only mails of no rules will go into inbox.

It can help me organise my job.

About sending mail, I will try to work with Alaska's examples, I don't think
I will have any problem with them.

Anyone who wants can freely download the classes, and experiment with them
from (they are not the final version I have some things to add):

http://www.geocities.com/vagskarm66

I will be happy to hear any suggestions

regards,
Vagelis