Re: [CSCMail-Users] New mail & sending mail problems
Brought to you by:
countzer0
From: Count Z. <cou...@cy...> - 2000-06-14 02:59:39
|
Laurent Marzullo was overheared mumbling something about this on Tue, 13 Jun 2000 12:08:31 +0200 > Hello all ... > > I've got 2 problems right now which are annoying: > 1) I can't send any message with cscmail! all message goes to > outbox but they never go away and never get into the folder > sent item (I never receive them ...). > The option 'send messages immediatly ?' is checked. > I've check my pop3 name, user name, password and all seems correct. > (There's the same as under netscape) Is the SMTP server correct? Also, try running "cscsend" from the command line, and report any errors please... > 2) I've got 2 accounts, one is my office account and the other > is my personal account. It's seems that when I retreive mail > from my personal account cscmail marks them as new and print > them in bold face but when I retrieve mail from my work account > cscmail markes them as NOT NEW and don't display them in bold face. > This works fine with netscape on both account. Is the work account an account you also check from some other mailer? CSCMail will check the "status" field in message headers, and if it notes that the mail has already been downloaded with another program, it will not mark it as new. This feature can either be commented out, or I can put a config option in... Let me know which you prefer... To temporarily turn this of just put a # in front of lines 385, 386, 387, and 389 (do NOT comment 388) in csclib.pl they look like: if ($status =~ /R/ || $status =~ /O/) { $isnew="n"; } else { $isnew="y"; } and would look like: # if ($status =~ /R/ || $status =~ /O/) { # $isnew="n"; # } else { $isnew="y"; # } After commenting... Keep me posted on how all this works out... -Count Zero -- -----BEGIN GEEK CODE BLOCK----- Version: 3.1 GIT/CM d--(+) s+: a- C++++ UL++++$ P+++ L+++>++++ E--- W+++(--) N+ o? K? w---(++) O M->-- !V PS+++ PE Y+ PGP t+@ 5? X+ R++ tv-- b+++ DI? D++ G e h r- y+ ------END GEEK CODE BLOCK------ |