Ok, so this is really weird. It could be a pop issue though. Do you get double 
headers in imap as well?





Anton Nekhoroshikh wrote:
Paul J Stevens wrote:

the same

main.c:
93d92
 >       GString *msg;
96c95
> msg = g_string_new(g_mime_object_to_string((GMimeObject *)(message->message)));
---
< GString *msg = g_string_new(g_mime_object_to_string((GMimeObject *)(message->message)));


after fix compiler error i have next problem
message delivered via dbmail-smtp with double message header, for example after get message via pop3 i see:

--------------
from: [EMAIL PROTECTED]
to: [EMAIL PROTECTED]
subject: asdadas

from: [EMAIL PROTECTED]
to: [EMAIL PROTECTED]
subject: asdadas

test
---------------

More a platform/compiler issue than an oracle issue.

I've moved some variable declarations to the start of those functions. My gcc doesn't choke on those even in pedantic mode.

Please try again.

Anton Nekhoroshikh wrote:


i cvs up and build with oracle patch

problem on build :

/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -DORACLE -fomit-frame-pointer -I/usr/local/include -I/usr/local/include/gmime-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include/gmime-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -W -Wall -Wpointer-arith -Wstrict-prototypes -c dbmail-message.c gcc -DHAVE_CONFIG_H -I. -I. -I. -DORACLE -fomit-frame-pointer -I/usr/local/include -I/usr/local/include/gmime-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include/gmime-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -W -Wall -Wpointer-arith -Wstrict-prototypes -Wp,-MD,.deps/dbmail-message.pp -c dbmail-message.c -fPIC -DPIC -o .libs/dbmail-message.o
dbmail-message.c: In function `_retrieve':
dbmail-message.c:87: parse error before `*'
dbmail-message.c:103: `message' undeclared (first use in this function)
dbmail-message.c:103: (Each undeclared identifier is reported only once
dbmail-message.c:103: for each function it appears in.)
dbmail-message.c: In function `dbmail_message_new':
dbmail-message.c:147: parse error before `struct'
dbmail-message.c:148: `self' undeclared (first use in this function)
dbmail-message.c: In function `dbmail_message_get_rfcsize':
dbmail-message.c:280: parse error before `*'
dbmail-message.c:283: `ostream' undeclared (first use in this function)
dbmail-message.c:284: `fstream' undeclared (first use in this function)
dbmail-message.c:285: `filter' undeclared (first use in this function)

_______________________________________________
Dbmail-dev mailing list
[email protected]
http://twister.fastxs.net/mailman/listinfo/dbmail-dev




_______________________________________________
Dbmail-dev mailing list
[email protected]
http://twister.fastxs.net/mailman/listinfo/dbmail-dev



--
  ________________________________________________________________
  Paul Stevens                                  mailto:[EMAIL PROTECTED]
  NET FACILITIES GROUP                     PGP: finger [EMAIL PROTECTED]
  The Netherlands________________________________http://www.nfg.nl

Reply via email to