Multiple emails in one mailbox (General questions)
In the examples that came with the Mailbox component there is nothing showing where the following parameters should be set:
From <ozzie@weonlydo.com> Sat Nov 24 1:38:15 2001
Message-ID: <000b01c17488$af7a59d0$0100a8c0@localhost>
I have tried a variety ways and have concluded these tags are the reason for the pop3 server reading the entire mailbox as one large email.
C++ Builder
Re: Multiple emails in one mailbox
Solenator,
this first line
From <ozzie( at )weonlydo( point )com> Sat Nov 24 1:38:15 2001
is message divider. Each message that starts with 'From[space]' is forces wodMailbox to see it as new message. Where does it come from? You can embed it by yourself when you write new messages to wodMailbox.
If you have problems with existing mailboxes, send me your code to techsupport@weonlydo.com and I'll try to help.
Regards.