Re: [Hardhats-members] Programatically generate MailMan messages?

2006-06-30 Thread Hirz, Lee J.
BTW: If anyone is interested, Chiao Wu wrote the code for the POP3 server that was part of MailMan 7.1 and has since been removed from the standard version of MailMan released by the VA. He did a really good job. I have a copy of that POP3 server, which is very simple to implement and which I wi

Re: [Hardhats-members] Programatically generate MailMan messages?

2006-06-27 Thread Nancy Anthracite
Lee, we can post that on my server. I will get in contact with you so you can upload it if you are willing to have it posted there, or if it is not too huge a file, you can email it to me. On Tuesday 27 June 2006 08:03, you wrote: BTW: If anyone is interested, Chiao Wu wrote the code for the P

Re: [Hardhats-members] Programatically generate MailMan messages?

2006-06-27 Thread Nancy Anthracite
wn MIME message. It is all text. I will check tomorrow at to see if the version at the DC VAMC still has the code and get back to you. Regards, Lee --- [EMAIL PROTECTED] wrote: From: Nancy Anthracite <[EMAIL PROTECTED]> To: Lee Hirz <[EMAIL PROTECTED]> Subject: Fwd: Re: [Hardhats-me

Re: [Hardhats-members] Programatically generate MailMan messages?

2006-06-26 Thread Greg Woodhouse
FWIW, I think you're right about implementing an older protocol correctly in preference to a broken implementation of MIME. It just really bothers me that this should be necessary. It makes VistA look clunky and amateurish. We don't need to be on the leading edge of everything, but good grief! How

Re: [Hardhats-members] Programatically generate MailMan messages?

2006-06-26 Thread Dan
t;-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] On Behalf Of Greg >Woodhouse >Sent: Monday, June 26, 2006 2:30 PM >To: hardhats-members@lists.sourceforge.net >Subject: Re: [Hardhats-members] Programatically generate MailMan messages? > > >

Re: [Hardhats-members] Programatically generate MailMan messages?

2006-06-26 Thread Greg Woodhouse
iginal Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Greg > Woodhouse > Sent: Monday, June 26, 2006 2:30 PM > To: hardhats-members@lists.sourceforge.net > Subject: Re: [Hardhats-members] Programatically generate MailMan > messages? > >

Re: [Hardhats-members] Programatically generate MailMan messages?

2006-06-26 Thread Renee Cannon
MailNewbie -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Greg Woodhouse Sent: Monday, June 26, 2006 2:30 PM To: hardhats-members@lists.sourceforge.net Subject: Re: [Hardhats-members] Programatically generate MailMan messages? --- Dan <[EMAIL PROT

Re: [Hardhats-members] Programatically generate MailMan messages?

2006-06-26 Thread Greg Woodhouse
--- Dan <[EMAIL PROTECTED]> wrote: > Agreed. I guess the point is that you aren't going to get it done > with > MailMan unless you code the attachment requirement yourself. > > True. My point was that in an environment where you'd want to send a Word document, it probably doesn't make sens

Re: [Hardhats-members] Programatically generate MailMan messages?

2006-06-26 Thread Dan
Agreed. I guess the point is that you aren't going to get it done with MailMan unless you code the attachment requirement yourself. At 04:51 PM 6/26/2006, Greg wrote: >--- Dan <[EMAIL PROTECTED]> wrote: > > Base64 isn't UUEncoding. Each can be used for email attachments, but > > they > > are

Re: [Hardhats-members] Programatically generate MailMan messages?

2006-06-26 Thread Greg Woodhouse
--- Dan <[EMAIL PROTECTED]> wrote: > Base64 isn't UUEncoding. Each can be used for email attachments, but > they > are different algorithms. > In addition to the differene in algorithms, MIME supports structured messages with headers and metadata for each message component, identifiers for

Re: [Hardhats-members] Programatically generate MailMan messages?

2006-06-26 Thread Dan
Base64 isn't UUEncoding. Each can be used for email attachments, but they are different algorithms. At 03:06 PM 6/26/2006, Kevin wrote: >There is a UUEncoder/decoder function in the VistA code block. If you >need it, let me know and I can find it for you. I actually think it >is Base64 or som

Re: [Hardhats-members] Programatically generate MailMan messages?

2006-06-26 Thread Kevin Toppenberg
There is a UUEncoder/decoder function in the VistA code block. If you need it, let me know and I can find it for you. I actually think it is Base64 or something. Kevin On 6/26/06, Dan <[EMAIL PROTECTED]> wrote: > Maybe it's somewhere in the deep, dark, damp corners of MailMan, but as far > as

Re: [Hardhats-members] Programatically generate MailMan messages?

2006-06-26 Thread Greg Woodhouse
Another thought: The advantage of using Mailman is it's normal MTA functionality (queuing and routing of mail). Rather than trying to midy Mailman to provide a simple way of building messages with attachments, it probably makes more sense to use another program (or write your own), and then submit

Re: [Hardhats-members] Programatically generate MailMan messages?

2006-06-26 Thread Greg Woodhouse
--- Dan <[EMAIL PROTECTED]> wrote: > Maybe it's somewhere in the deep, dark, damp corners of MailMan, but > as far > as I know, there aren't any APIs for UUEncoding/decoding email. > MailMan > does have a way of working with BLOBs but I've never looked into it. > Of course, MIME compliant

Re: [Hardhats-members] Programatically generate MailMan messages?

2006-06-26 Thread Dan
Maybe it's somewhere in the deep, dark, damp corners of MailMan, but as far as I know, there aren't any APIs for UUEncoding/decoding email. MailMan does have a way of working with BLOBs but I've never looked into it. At 01:53 PM 6/26/2006, you wrote: >I would like to programmatically create

[Hardhats-members] Programatically generate MailMan messages?

2006-06-26 Thread Renee Cannon
Hello   I would like to programmatically create MailMan messages.  I didn’t find anything in the documents I scanned, can someone point me to a resource? Specifically, has anyone tried creating MS Word documents programmatically as attachments (or body) of Mailman message?  Caché can d