* Re: queueing mail and sending it from another computer
queueing mail and sending it from another computer Tyler Spivey
@ ` Joseph C. Lininger
` Janina Sajka
1 sibling, 0 replies; 3+ messages in thread
From: Joseph C. Lininger @ UTC (permalink / raw)
To: tspivey, Speakup is a screen review system for Linux.
Tyler,
If you are using the same server at home and school, you may be able to use
imap. Simply store the message in a postponed or drafts folder, then send
when you are ready to do so.
--
Profanity is the language all programmers know best.
Joseph C. Lininger
jbahm@pcdesk.net
Verification: 5eab38a77ac40416e075be8f50607ff7
----- Original Message -----
From: "Tyler Spivey" <tspivey@hotpop.com>
To: <speakup@braille.uwo.ca>
Sent: Sunday, January 30, 2005 2:31 PM
Subject: queueing mail and sending it from another computer
> I'm looking for a way of sending mail from my home computer, and
> having it queued up in a file or directory until I arrive at school and
> bring
> my files, including that file or directory with my queued mail.
> I have cygwin at school, and currently use getmail with
> a mbox file to retrieve my mail, and filter it through maildrop at home.
> my current python solution is just an ugly hack.
> I've written a cupple of Python scripts to do this. If this message
> is getting to the list, then they work. If anyone's interested in them,
> let me know and I'll send them your way, unless I've
> found another solution to my problem, in which case I'll send that.
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: queueing mail and sending it from another computer
queueing mail and sending it from another computer Tyler Spivey
` Joseph C. Lininger
@ ` Janina Sajka
1 sibling, 0 replies; 3+ messages in thread
From: Janina Sajka @ UTC (permalink / raw)
To: tspivey, Speakup is a screen review system for Linux.
This shouldn't be a problem. Your smtp agent should simply queue until
such time as your connected. If you need to do this by hand, you should
be able to write the entire message, then postpone it's mailing until
you're connected.
So, there are two suggestions for you.
My mta agent is sendmail, and it happily accepts email it can't deliver
yet, for example when I'm on an airplane. And, when next I'm connected,
it happily sends it off. If I need to push it, I simply do:
sendmail -q0
Also, if for some reason, I decide I'm not quite done with a message I'm
writing in mutt, I simply P postpone it. I know pine also does that.
So, I don't know if this helps you, but what you're asking for is a very
common requirement of road warriors.
Tyler Spivey writes:
> I'm looking for a way of sending mail from my home computer, and
> having it queued up in a file or directory until I arrive at school and bring
> my files, including that file or directory with my queued mail.
> I have cygwin at school, and currently use getmail with
> a mbox file to retrieve my mail, and filter it through maildrop at home.
> my current python solution is just an ugly hack.
> I've written a cupple of Python scripts to do this. If this message
> is getting to the list, then they work. If anyone's interested in them,
> let me know and I'll send them your way, unless I've
> found another solution to my problem, in which case I'll send that.
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
--
Janina Sajka Phone: +1.202.494.7040
Partner, Capital Accessibility LLC http://www.CapitalAccessibility.Com
Chair, Accessibility Workgroup Free Standards Group (FSG)
janina@freestandards.org http://a11y.org
If Linux can't solve your computing problem, you need a different problem.
^ permalink raw reply [flat|nested] 3+ messages in thread