>>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<<
On 11/8/00, 6:27:43 AM, cork-admin at linux.ie wrote regarding Cork digest,
Vol 1 #336 - 10 msgs:
> Send Cork mailing list submissions to
>cork at linux.ie
> To subscribe or unsubscribe via the web, visit
>http://www.linux.ie/mailman/listinfo/cork> or, via email, send a message with subject or body 'help' to
>cork-request at linux.ie> You can reach the person managing the list at
>cork-admin at linux.ie
> When replying, please edit your Subject line so it is more specific than
> "Re: Contents of Cork digest..."
> Today's Topics:
> 1. Application for writing e-mails (Conor Lynch)
> 2. Re: Application for writing e-mails (Donncha O Caoimh)
> 3. Re: Application for writing e-mails (Jerry)
> 4. corklug on lwn.net :) (Donncha O Caoimh)
> 5. Linux World, Dublin. Nov. 24/25. (Donncha O Caoimh)
> 6. RE: Application for writing e-mails (Adam Beecher)
> 7. RE: Application for writing e-mails (Adam Beecher)
> 8. Re: Application for writing e-mails (Peter Flynn)
> 9. How come we don't get in De Paper... (Adam Beecher)
> 10. PC cases... (Adam Beecher)
> --__--__--
> Message: 1
> From: Conor Lynch <lynchc at bupa.ie>
> Date: Tue, 7 Nov 2000 10:15:14 +0000
> To: cork at linux.ie> Subject: [CLUG] Application for writing e-mails
> Hi there,
> Does anyone know of a development tool which can be used to write and
> send e-mails with attachments,
> any assistance is really appreciated.
> Cheers,
> Conor.
> P.S. Apologies to anyone who already received this in webdev.
> -----------------------------------------------------------------------
> Internet communications are not secure, therefore BUPA IRELAND does not
accept legal responsibility for the contents of this message. Any views or
opinions presented are solely those of the author and do not necessarily
represent those of BUPA IRELAND
> --__--__--
> Message: 2
> Date: Tue, 07 Nov 2000 10:26:21 +0000
> From: Donncha O Caoimh <donncha.ocaoimh at tradesignals.com>
> To: cork at linux.ie> Subject: Re: [CLUG] Application for writing e-mails
> Try:
> uuencode FILE | mail USER
> where FILE is the file to send, and USER is the user to send to.
> You can use MIMENCODE(1) too but uuencode is more widely available (in
> my experience)
> Donncha.
> Conor Lynch wrote:
> >
> > Hi there,
> > Does anyone know of a development tool which can be used to write and
> > send e-mails with attachments,
> > any assistance is really appreciated.
> > Cheers,
> > Conor.
> --__--__--
> Message: 3
> Date: Tue, 7 Nov 2000 10:48:35 +0000
> From: Jerry <jerry at oxygen.nitroweb.net>
> To: Donncha O Caoimh <donncha.ocaoimh at tradesignals.com>
> Cc: cork at linux.ie> Subject: Re: [CLUG] Application for writing e-mails
> That won't work, not in my experience anyway
> you need to do:
> uuencode filename filename_to_appear_in_email | mail user at domain
> Example:
> uuencode mypic.jpg picture_of_me.jpg|mail jerry at indigo.ie
> This would mail the file named ``myippic.jpg'' as ``picture_of_me.jpg``
to jerry at indigo.ie
> Regards,
> Jerry.
> According to Donncha O Caoimh:
> > Try:
> > uuencode FILE | mail USER
> >
> > where FILE is the file to send, and USER is the user to send to.
> >
> > You can use MIMENCODE(1) too but uuencode is more widely available (in
> > my experience)
> >
> > Donncha.
> >
> >
> > Conor Lynch wrote:
> > >
> > > Hi there,
> > > Does anyone know of a development tool which can be used to write and
> > > send e-mails with attachments,
> > > any assistance is really appreciated.
> > > Cheers,
> > > Conor.
> >
> > _______________________________________________
> > Cork maillist - Cork at linux.ie> > http://www.linux.ie/mailman/listinfo/cork
> --
> Jerry Walsh jerry at nitroweb.net> NitroWeb Internet Ltd. http://www.nitroweb.net
> The three Rs of Microsoft support: Retry, Reboot, Reinstall.
> --__--__--
> Message: 4
> Date: Tue, 07 Nov 2000 10:41:49 +0000
> From: Donncha O Caoimh <donncha.ocaoimh at tradesignals.com>
> To: cork at linux.ie> Subject: [CLUG] corklug on lwn.net :)
>http://lwn.net/Gallery/page.php3?page=11
> Our own little Tux made an appearance on the lwn.net Tux gallery! Check
> him out at the page above, at the bottom.
> Donncha.
> --__--__--
> Message: 5
> Date: Tue, 07 Nov 2000 10:57:32 +0000
> From: Donncha O Caoimh <donncha.ocaoimh at tradesignals.com>
> To: cork at linux.ie> Subject: [CLUG] Linux World, Dublin. Nov. 24/25.
> Just in case some of you don't know yet, the ILUG is helping to organise
> the Irish "LinuxWorld" show. Details are on the page below, although
> it's a bit sparse at the moment. I'll have to get in touch with Scope
> again and get some details off them.
> Anyone interested in travelling up? Judging by previous events, should
> be good fun!
>http://www.linux.ie/LinuxWorld2000/
> Donncha.
> --__--__--
> Message: 6
> From: "Adam Beecher" <adam at iewebs.com>
> To: <cork at linux.ie>
> Subject: RE: [CLUG] Application for writing e-mails
> Date: Tue, 7 Nov 2000 11:03:49 -0000
> charset="iso-8859-1"
> Are postings doubling up or is it just me?
> adam
> > -----Original Message-----
> > From: cork-admin at linux.ie [mailto:cork-admin at linux.ie]On Behalf Of
> > Donncha O Caoimh
> > Sent: 07 November 2000 10:26
> > To: cork at linux.ie> > Subject: Re: [CLUG] Application for writing e-mails
> >
> >
> > Try:
> > uuencode FILE | mail USER
> >
> > where FILE is the file to send, and USER is the user to send to.
> >
> > You can use MIMENCODE(1) too but uuencode is more widely available (in
> > my experience)
> >
> > Donncha.
> >
> >
> > Conor Lynch wrote:
> > >
> > > Hi there,
> > > Does anyone know of a development tool which can be used to write and
> > > send e-mails with attachments,
> > > any assistance is really appreciated.
> > > Cheers,
> > > Conor.
> >
> > _______________________________________________
> > Cork maillist - Cork at linux.ie> > http://www.linux.ie/mailman/listinfo/cork> >
> --__--__--
> Message: 7
> From: "Adam Beecher" <adam at iewebs.com>
> To: "CLUG" <cork at linux.ie>
> Subject: RE: [CLUG] Application for writing e-mails
> Date: Tue, 7 Nov 2000 11:15:36 -0000
> charset="iso-8859-1"
> > Are postings doubling up or is it just me?
> >
> It was me, sorry.
> *mutter mumble bloody mailpipes grumble*
> adam
> --__--__--
> Message: 8
> From: Peter Flynn <pflynn at imbolc.ucc.ie>
> Subject: Re: [CLUG] Application for writing e-mails
> To: lynchc at bupa.ie (Conor Lynch)
> Date: Tue, 7 Nov 2000 15:02:23 +0000 (GMT)
> Cc: cork at linux.ie
> > Does anyone know of a development tool which can be used to write and
> > send e-mails with attachments,
> > any assistance is really appreciated.
> Emacs?
> Development tool for what? C? C++? Java? XML?
> ///Peter
> --__--__--
> Message: 9
> From: "Adam Beecher" <adam at iewebs.com>
> To: "CLUG" <cork at linux.ie>
> Date: Tue, 7 Nov 2000 16:45:12 -0000
> charset="iso-8859-1"
> Subject: [CLUG] How come we don't get in De Paper...
> How come GLUG can and CLUG can't? Is it because GLUG is funnier sounding
or
> summat?
> George Speight
> (Geddit Ronan?)
> --__--__--
> Message: 10
> From: "Adam Beecher" <adam at iewebs.com>
> To: "CLUG" <cork at linux.ie>
> Date: Tue, 7 Nov 2000 19:25:46 -0000
> charset="iso-8859-1"
> Subject: [CLUG] PC cases...
> Aluminium...
>http://www.lian-li.com/english/P2/pc-60.jpg
> Or black...
>http://www.lian-li.com/english/P2/pc-12.jpg
> ?
> WANT!
> Can you get anything like this in Ireland?
> adam
> --__--__--
> _______________________________________________
> Cork maillist - Cork at linux.ie>http://www.linux.ie/mailman/listinfo/cork
> End of Cork Digest
Hello Connor,
I use star office and it can send attachments mich the same as
microsoft..
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!