Re: [CSCMail-Users] Cannot view message
Brought to you by:
countzer0
From: Steven K. <sk...@st...> - 2000-10-27 14:27:02
|
On 24 Oct 2000 09:58:38 CEST, Oliver Bienert said: > No, it does not show on the list :-( Ok, then this means CSCMail isn't getting correct POP-3 info from the server (or CSCMail's POP-3 code is mangled...) > AND I am not able to import the wrongMessage.txt into cscmail ??? That is interesting... I had no problem importing the file you sent to the list... You might want to do a fresh CVS checkout of CSCMail... make sure your running the most recent 1.7.9 code... What I am running is in CVS so if you update, you'll be using the same version as me... Also, make sure you don't have two copies of csclib.pl laying around (say, if you did an upgrade from 1.6.1 in /usr/lib and then put 1.7.x in /usr/local/lib) This kind of "wierd" error can be caused by a version mis-match... I am going to add code later today so that CSCMail will check the version in csclib.pl and give a warning/error if there is a mismatch... > Starting from a shellprompt, there are no messages at all, indicating some > errors, it just says "HTML Widget is: GtkHTML", which is a normal > statusmessage, isn't it? Yes, that is a "normal" debug/status message > When I click on file import, I can see a little widget for a very short time, > saying something like "Transfer...", but afterwards the imported message still > doesn't get listed. And still no error messages at all. Yeah, there wouldn't be an error message if it simply doesn't find a "valid" RFC compliant e-mail message in the file... It just silently ignores non-mail... > Very odd. > > And another behavior, that I observed today: > Now, I don't delete messages from server. So, when I forget to delete manually > via browserinterface, the next time I fetch mail this messages will be > downloaded again. If so, some messages appear twice (or three times, if again > downloaded) but some not! For example, this message from you which I reply to > at the moment, still shows only once. Whats this? That is very odd... I will admit that the "dupe checking" code was not written by me, and the last time I looked at it, it was a complete mess. It is on my "todo" list to re-write dupe checking from scratch... (Yet another, post-1.8.0 thing I need to get done) > Have the feeling it appears only with my gmx account, but that may be but by > chance, it is the last account to be checked in my list of accounts. If you don't mind, please see if you can isolate this. Under "Mail"->"Accounts" turn off "Include in Full Mail check" for the GMX account, and see if you still have problems... Then turn off all of your accounts EXCEPT the gmx account, etc... If you can isolate it down to the gmx account, then we may be dealing with a not 100% POP compliant server (or /shudder/ a bug in CSCMail's POP code)... if so, (and I dunno if this is possible or not) if you could get me a test account with GMX somehow, I could delve into it and figure out what needs to be done to support GMX? -Steve |