Sind noch andere brauchbare Komponenten vorhanden, die nicht Indy sind,
um Emails per IMAP zu lesen, zu löschen oder zu markieren?
regards/MfG
Werner
Googling the following search terms gives many results:
delphi component imap
The question is, however, why you would want to avoid using Indy. Any
reasons in particular?
ISTM it is preferable to most stuff you'll find:
- Free
- Since you have the source code any changes can be done by yourself
- Many alternatives don't use Delphi code and therefore require using a
COM object or DLL; Indy integrates in your EXE
> The question is, however, why you would want to avoid using Indy. Any
> reasons in particular?
We want to save our email in a database (header, body, attachements -->
n:1:n) for later use in following german laws.
But when reading the element of those emails after receiving by
indy-components we see, that the content is changed by indy-components.
The presentation of the original email is different to that we have
saved as .eml-file and viewed by OutlookExpress or Thunderbird.
regards Werner
Perhaps this may be of help to you?
<quote>
Note: Both LoadFromFile and LoadFromStream are designed to handle
messages written using the SaveToStream or SavedToFile methods in the
Indy TIdMessage component. These methods create an encoded version of
the message contents that matches the protocol tranmissions used when
the message is transmitted using TIdSMTP including the message
terminator characters (CRLF.CRLF). If you are trying to import .EML
message files from MS Outlook Express, or another email client, make
sure that the text file contains the message terminator sequence. An
exception will be raised if LoadFromFile or LoadFromStream are used to
load files that do not include the message terminator sequence.
</quote>
http://atari-source.com/docs/indy/9.0/html/007544.html
You may also want to try if the NoDecode/NoEncode properties of
TIdMessage halpe you any.
maybe ICS is something for you. It already included on the partner
CD/DVD normally, it's free and entirely written in Delphi. It may have a
IMAP component available. There also is a good mailing list for support
purposes.
Other source for it: www.overbyte.be
Greetings
Markus