Macro to forward mail?

2002-12-26 Thread John Phillips
Hi Bat Fans, I have had a look at the available macros, and might have missed one for what I want to do. For some e-mail I reply to, I need to send a copy to my office e-mail address. Is there a way to do this at all by a macro? T.I.A. -- Regards, John Phillips [EMAIL PROTECTED] Sydney,

Re: Macro to forward mail?

2002-12-26 Thread Peter Meyns
Hi John, on Thu, 26 Dec 2002 19:04:42 +1100GMT (26.12.02, 09:04 +0100GMT here), you wrote in [EMAIL PROTECTED]">mid:[EMAIL PROTECTED] : JP For some e-mail I reply to, I need to send a copy to my office e-mail JP address. JP Is there a way to do this at all by a macro? Try %CC=%CC=[EMAIL

Re: Macro to forward mail?

2002-12-26 Thread John Phillips
Hi Peter, On Thu, 26 Dec 2002, at 09:19:24 [GMT +0100] (which was 19:19 where I live) you wrote: Try %CC=%CC=[EMAIL PROTECTED] in the template. This should do it. :-) Thanks! -- John Phillips, Sydney, Australia Using The Bat! v1.62 Christmas Edition on Windows XP 5.1 Build 2600 Service

[problems (IMAP, secure pop3, certificates, etc.)/help needed]

2002-12-26 Thread Aldo P. Solari [APS]
Dear all, we are attempting to use TheBat (v 1.62) to a secure IMAP server at the university campus. I dont know how many hours I have lost in this matter. There is no way I can connect. I have tested all of the alternatives but it wont go. Netscape Mail and Outlook Express are really lousy

Re: [problems (IMAP, secure pop3, certificates, etc.)/help needed]

2002-12-26 Thread Dierk Haasis
Hello Aldo! On Thursday, December 26, 2002 at 11:47:42 AM you wrote: Could you advice, please, on what I should do ? Well, TB 1.x does support IMAP only very rudimentary, it will connect to the server and download mail. Actually IMAP in TB is currently nothing more than POP3 via IMAP server.

Re: password on messages

2002-12-26 Thread Allie Martin
In [EMAIL PROTECTED]">mid:[EMAIL PROTECTED], Tracer [T] wrote:' T Ok, I tend in programming to leave empty lines between blocks of T code and this is clearly the wrong thing to do in the bats T 'forms' as an empty line in there ends up being an empty line in T the answer... Several expressions

Re: password on messages

2002-12-26 Thread Dierk Haasis
Hello Allie! On Thursday, December 26, 2002 at 12:55:12 PM you wrote: Where ever you have the blank lines, just put %- at the beginning of the line. Not at the end? -- Dierk Haasis The Bat 1.62 Christmas Edition on Windows XP 5.1 2600Service Pack 1 That's what Love will make you do ...

Re: password on messages

2002-12-26 Thread Marcus Ohlstrm
On Thursday, December 26, 2002, 13:33, Dierk Haasis wrote: Where ever you have the blank lines, just put %- at the beginning of the line. Not at the end? It shouldn't matter. -- Regards, Marcus Ohlström Using The Bat! v1.62/Beta7 on Windows 2000 5.0 Build 2195 Service Pack 3 PGP Public

Re[2]: [problems (IMAP, secure pop3, certificates, etc.)/help needed]

2002-12-26 Thread Luigi Rosa
Hello Dierk, Thursday, December 26, 2002, 11:59:20 AM, you wrote: DH Well, TB 1.x does support IMAP only very rudimentary, it will connect DH to the server and download mail. Actually IMAP in TB is currently DH nothing more than POP3 via IMAP server. DH Version 2 is said to have complete IMAP

Re: password on messages

2002-12-26 Thread Allie Martin
In [EMAIL PROTECTED]">mid:[EMAIL PROTECTED], Dierk Haasis [DH] wrote:' Where ever you have the blank lines, just put %- at the beginning of the line. DH Not at the end? :) In the case of blank lines containing no characters, the beginning and end are the same. But yes, you're correct, %- is

Re: [problems (IMAP, secure pop3, certificates, etc.)/help needed]

2002-12-26 Thread Dierk Haasis
Hello Luigi! On Thursday, December 26, 2002 at 1:55:59 PM you wrote: It's not just IMAP problem. The same happens with POP3 using TLS protocol. I had to get and installa manually the certificate of my ISP in order to establish a secure communication. Is this a missing feature, or is a

Re: Bat FREEZING maybe solved!

2002-12-26 Thread Jonathan Angliss
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday, December 25, 2002, Nenad wrote... I think I have figured out why the bat has that FREEZE phenomenon. I run bat on my laptop which goes in internet via a MS-Proxy server (at work) and via Internet Sharing (at home). So I told the

Re[2]: Bat FREEZING maybe solved!

2002-12-26 Thread Nenad
Yes, indeed, the NAT is something else than proxy server. If you have NAT then all the traffic is forwarded to your computer behind the wall. The InternetSharing is working correctly, because it's normal that no traffic is forwarded to the internal network. It's some sort of protection, because

Re: Bat FREEZING maybe solved!

2002-12-26 Thread Jonathan Angliss
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday, December 26, 2002, Nenad wrote... Yes, indeed, the NAT is something else than proxy server. If you have NAT then all the traffic is forwarded to your computer behind the wall. That's an incorrect statement. Only data that is

Re[2]: Bat FREEZING maybe solved!

2002-12-26 Thread Nenad
Thursday, December 26, 2002, 4:50:50 PM, you wrote: JA -BEGIN PGP SIGNED MESSAGE- JA Hash: SHA1 JA On Thursday, December 26, 2002, Nenad wrote... Yes, indeed, the NAT is something else than proxy server. If you have NAT then all the traffic is forwarded to your computer behind the

Re: password on messages

2002-12-26 Thread Marcus Ohlstrm
On Thursday, December 26, 2002, 14:22, Allie Martin wrote: But yes, you're correct, %- is placed at the end of the line if it contains characters. Are you sure? %- at the end of line 1 has to produce the same result as at the beginning of line 2, hasn't it? In other words, if you put it at

Re: Bat FREEZING maybe solved!

2002-12-26 Thread Jonathan Angliss
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday, December 26, 2002, Nenad wrote... Maybe the Bat likes NAT and that's why you don't have any freezing. I had them regurally, until I forwarded those ports. I can use a proxy server here, Wingate to be more accurate, but I've only ever

Re: password on messages

2002-12-26 Thread Jonathan Angliss
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday, December 26, 2002, Marcus Ohlström wrote... But yes, you're correct, %- is placed at the end of the line if it contains characters. Are you sure? %- at the end of line 1 has to produce the same result as at the beginning of line 2,

Model/view design for text editor

2002-12-26 Thread M. Evans
The text editor needs help. Its major problem is its use of hard carriage returns (CRLF) during composition. Those should be avoided until necessary, at send time. Many text editors have a clean model/view design, instead of Bat's confused view is the model design. With real text editors, there

Re: Model/view design for text editor

2002-12-26 Thread Jonathan Angliss
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday, December 25, 2002, M. Evans wrote... The text editor needs help. Its major problem is its use of hard carriage returns (CRLF) during composition. Those should be avoided until necessary, at send time. TheBat's editor style is

Re: Model/view design for text editor

2002-12-26 Thread Marck D Pearlstone
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi M., @25-Dec-2002, 20:48 -0700 (03:48 UK time) M. Evans [ME] in [EMAIL PROTECTED]">mid:[EMAIL PROTECTED] said: ME The text editor needs help. Its major problem is its use of hard ME carriage returns (CRLF) during composition. Those should be ME

Re: [problems (IMAP, secure pop3, certificates, etc.)/help needed]

2002-12-26 Thread Adam
Hello Aldo, Thursday, December 26, 2002, 7:17:42 AM, you wrote: APSA Dear all, we are attempting to use TheBat (v 1.62) to a secure APSA IMAP server at the university campus. APSA I dont know how many hours I have lost in this matter. There is Very sorry to hear. APSA no way I can connect. I

Re: Model/view design for text editor

2002-12-26 Thread Dave Crocker
Folks, Thursday, December 26, 2002, 11:07:29 AM, you wrote: ME Many text editors have a clean model/view design, instead of ME Bat's confused view is the model design. Marck I disagree. That's not the case. It's about the final destiny of the Marck output. In TB's editor's case, the intent is to

Re: password on messages

2002-12-26 Thread Dierk Haasis
Hello Jonathan! On Thursday, December 26, 2002 at 6:24:42 PM you wrote: I might be wrong here, but as I remember that is how it works. I think it'd need to be placed at the end of line if the line contains characters, and at the beginning of the line if the line didn't contain characters.

Re: Model/view design for text editor

2002-12-26 Thread Marck D Pearlstone
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Dave, @26-Dec-2002, 12:13 -0800 (20:13 UK time) Dave Crocker [DC] in [EMAIL PROTECTED]">mid:[EMAIL PROTECTED] said: DC The model/view distinction is compatible with having WYSIWYG. DC Having one does NOT mean that you must have the other and it

Re: Model/view design for text editor

2002-12-26 Thread M. Evans
UltraEdit gives me all the capabilities that have been touted as unique to Bat in response to my post. If I want hard CRLFs, I can put them anywhere. If I want to put the cursor anywhere, I can do that. If I want the view to reflect the current model data perfectly, I just turn off word wrap!

Re: Model/view design for text editor

2002-12-26 Thread Jonathan Angliss
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday, December 26, 2002, M. Evans wrote... UltraEdit gives me all the capabilities that have been touted as unique to Bat in response to my post. If I want hard CRLFs, I can put them anywhere. If I want to put the cursor anywhere, I can

Re:

2002-12-26 Thread Sean
Hi Aldo - Thursday, December 26, 2002, 4:47:42 AM, Aldo wrote: APSA I dont know how many hours I have lost in this matter. There is APSA no way I can connect. I have tested all of the alternatives but APSA it wont go. I've been through this, and I feel your pain. I spent *days* trying to get

Re: password on messages

2002-12-26 Thread Marcus Ohlstrm
On Thursday, December 26, 2002, 21:50, Dierk Haasis wrote: This question can be answered by two simple experiments. Anybody volunteering? I started this, so I guess it's up to me to volunteer. Jonathan was absolutely right when he wrote: 8 new line %-macro probably won't

Re: Model/view design for text editor

2002-12-26 Thread marek jedlinski
First post, and I recognize it's going to make me somewhat unpopular in the eyes of some, but I would very much like to respond. The way TheBat's editor handles linebreaks is seriously broken in my opinion. It was the one single issue that kept me from purchasing TheBat for years. I finally

Re: Model/view design for text editor

2002-12-26 Thread Allie Martin
In [EMAIL PROTECTED]">mid:[EMAIL PROTECTED], Marek Jedlinski [MJ] wrote:' MJ First post, and I recognize it's going to make me somewhat MJ unpopular in the eyes of some, but I would very much like to MJ respond. So, what's popular and what's not around here anyway? :) MJ The way TheBat's editor

Re[2]: [problems (IMAP, secure pop3, certificates, etc.)/help needed]

2002-12-26 Thread James Olsen
Hello Dierk, DH Version 2 is said to have complete IMAP support. I too fell victim to spending hours trying to figure out why my newly installed stunnnel and openssl programs and libraries were not working with TheBat. They don't work with Eudora either. But, they work just fine with Outlook. I