Penguin

Differences between current version and revision by previous author of MailClient.

Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History

Newer page: version 13 Last edited on Sunday, November 14, 2004 12:13:59 pm by AristotlePagaltzis
Older page: version 12 Last edited on Wednesday, November 10, 2004 1:06:15 pm by JohnMcPherson Revert
@@ -1,35 +1,44 @@
-The common reference for a [MUA], this is the program you run on your computer to talk e-mail
+The common reference for a [MUA], this is the program you run on your computer to talk [Email]
  
-!Unix World  
+!! [ Unix]  
+* [Mutt]:  
+ <pre>  
+ mutt -a __attachment_filename__ -s __subject__ __addr__  
+ # or  
+ mutt -a __attachment_filename__ '~mailto:__addr__?subject=__subject__&body=__text__'  
+ </pre>  
+* [PINE]  
+* [Elm]  
+* [Gnus]  
  
-[Mutt ], [PINE ], [Elm ], [Gnus
+!! [X11 ]  
+* [KMail ]  
+* [Sylpheed ]  
+* [Evolution ]:  
+ <pre>  
+ evolution '~mailto:__addr__?subject=__subject__&attach=__filename__&body=__text__'  
+ </pre>  
+* MozillaMail:  
+ <pre>  
+ mozilla -remote 'mailto(__addr1__, __addr2__)'  
+ # or  
+ mozilla '~mailto:__addr__?subject=__subject__&body=__text__'  
+ </pre>  
+* MozillaThunderbird  
  
-!X11 World  
+!! MicrosoftWindows  
+* OutlookExpress  
+* [Outlook]  
+* [Eudora]  
  
-[Evolution ], [MozillaMail ], [KMail ], [Sylpheed
+!! [MacOS ]  
+* ~QuickMail  
+* OutlookExpress  
+* [Entourage ]  
+* [Eudora ]  
+* [Mail
  
-!Windows World  
-  
-[Outlook], [OutlookExpress], [Eudora]  
-  
- !Mac World  
-  
-!QuickMail, [OutlookExpress], [Entourage], [Eudora], [Mail ]  
-  
-!Webmail  
-  
-[SquirrelMail], [IMP], Outlook Web Access  
-  
-Relevant standards include RFC:822 (or the updated RFC:2822), and [MIME]  
-  
-----  
-Quick summary of message creation from the command line:  
-  
-|__Client__|__Command__  
-|[Evolution] (v1.4)|evolution 'mailto:''addr''?subject=''subject''&attach=''filename''&body=''text'''  
-|[Mutt] (v1.5.6i)|mutt -a ''attach_filename'' -s ''subject'' ''addr''  
-| |__or__ mutt -a ''filename'' 'mailto:''addr''?subject=''subject''&body=''text'''  
-|MozillaMail (v1.7.3)|mozilla -remote 'mailto(''addr1'', ''addr2'')'  
-| |__or__ mozilla 'mailto:''addr''?subject=''subject''&body=''text'''  
-|Thunderbird| ?  
-| AddToMe | ?  
+!! WebMail  
+* SquirrelMail  
+* [IMP ]  
+* Outlook Web Access