summaryrefslogtreecommitdiffstats
path: root/manual/en/syl_013.sgml
diff options
context:
space:
mode:
authorfbarriere <fbarriere>2002-05-26 19:02:16 +0000
committerfbarriere <fbarriere>2002-05-26 19:02:16 +0000
commit074d461b7642cafe6e6deab7436bfc560bb4c43f (patch)
tree7f054b13d51b86876c8643170eea576023e5b5cd /manual/en/syl_013.sgml
parentdbcd7ccdc12372cd195921a17241fe0c91dcaf2b (diff)
downloadsylpheeddoc-doc-074d461b7642cafe6e6deab7436bfc560bb4c43f.tar.gz
sylpheeddoc-doc-074d461b7642cafe6e6deab7436bfc560bb4c43f.tar.xz
sylpheeddoc-doc-074d461b7642cafe6e6deab7436bfc560bb4c43f.zip
Moved one step up, because section 6 has been splitted into two.
Diffstat (limited to 'manual/en/syl_013.sgml')
-rw-r--r--manual/en/syl_013.sgml90
1 files changed, 50 insertions, 40 deletions
diff --git a/manual/en/syl_013.sgml b/manual/en/syl_013.sgml
index 328db0e..47c79c6 100644
--- a/manual/en/syl_013.sgml
+++ b/manual/en/syl_013.sgml
@@ -1,46 +1,56 @@
-<sect>NetNews<p>
-What is netnews?<p>
-Netnews, also called Usenet, is a collection of "news servers" that contain a great deal of information. News, as it is called in short, can be about anything. About making your own wine, about old cars or radios. You name it, and there probably is a newsgroup about it.<p>
-This is what we will set up here. Accessing newsgroups. Note that this is different from e-mails. You can almost compare it to a mailing list, but yet the concept is a bit different.
+<sect>Handling MIME types
+
+<sect1>How Sylpheed checks for Mime types<p>
+
+(Thanks to Adriaan Penning for writing this!)<p>
+
+Two files, mime.types and mailcap, are involved in determining the mime type of an attachment, and the application associated with that mime type. The mime.types file is used to determine the mimetype of attachments you add when composing a message. The mime.types file consists of lines like:<p>
+
+application/pdf pdf<p>
+
+Sylpheed looks for this file in SYSCONFDIR (determined at compile time), /etc/ and $HOME/.sylpheed/
+
+If this file doesn't exist or has the wrong format, every attachment will have `application/octet-stream' as it's mime type, so the recipients mail client may not know what application to use to view the attachment.
+
+To change the default application that sylpheed uses to view an attachment that somebody mailed you, look for a mailcap file like /etc/mailcap or $HOME/.mailcap
+
+For example, you can add a line like this in $HOME/.mailcap if you want to view pdf files with xpdf:<p>
+
+application/pdf ; xpdf %s
+
+</sect1>
+</sect>
+
+<sect>Conversion of Other Mail Format into Sylpheed (MH Format)
+
+<sect1>Importing Messages of mbox Format<p>
<!-- added 2001/07/20 -->
-<sect1>Adding and Deleting Servers<p>
-<sect2>
-Adding a news server<p>
-To add a news server, go to the configuration menu and select the "create new account" option.
-There you can name the news-account to anything of your liking. This is important, so you can identify the account later.<p>
-In the BASIC tab, in the block 'personal information' you also can enter your own name, your e-mail address (so you can reply to news message by e-mail), optionally your organization (if you are organized at all).<p>
-In the block 'Server information' you select the "News (NNTP)" protocol. Forget about "Inbox", that does not matter in this setup. Next you enter the name of the newsserver you want to connect to. You can get that name from your ISP, if you don't already have that.<p>
-If you need to log into the news server, check the box next to "This server requires authentication", and then fill the fields for User ID and Password.<p>
-Next step is to go to the Send tab. Since Receive is only there for e-mail, there is no need to do anything there. You can't even do anything in the Receive tab, for that matter. So, in Send you can select a few options:
-<itemize>
-<item>If you want a date header field added to posts
-<item>If Sylpheed should generate a Message-ID
-<item>If you want to add user-defined headers
-</itemize>
-The next items only apply to when you reply to a news message through e-mail. You can set an automatic CC, BCC or Reply-To address here. In case your ISP requires SMTP authentication, you can select the checkbox here below.<p>
-The next tab, Compose, allows you to select a default signature file. This will be added to each post to the newsgroups you do.<p>
-Finally, in the "Advanced" tab, you can specify the port on which Sylpheed has to connect to the news server. The default is 119, and only in rare cases you should have to do something about that.<p>
-Now you click "OK" and the account is created! You can verify this by checking the folder pane in Sylpheed. There you will see a new folder created with the name of the account you entered, and (news) behind it.<p>
-</sect2>
-<sect2>
-Deleting a news-server.<p>
-If you want to delete a news-account, right-click the news-folder and select "Remove news account". After confirming that you want this to be done, the account and all files related will be removed.
-</sect2>
+Sylpheed lets you import messages of the Mbox format from the File menu. First you create
+the mail folder where you want the messages to end up in, then you select File->import
+Mbox file. Use the browse function to select the Mbox file and the Sylpheed mail folder,
+and press Ok. And voila, there is your mail, imported.
+<p>
+That was easy, wasn't it?
</sect1>
-<sect1>Subscribing and Unsubscribing to NewsGroups<p>
-Okay. Here the real stuff begins. First you have to let Sylpheed load the list of news groups that is on the news system. Right-click the new NEWS folder and select "Subscribe to newsgroups". Sylpheed will tell you that the groups need to be downloaded, so sit back and wait a while. Of course, during time, new groups are added, and dead groups are removed. For this you can click the "refresh" button in the newsgroup dialog, so a new list is downloaded and you are up to date<p>
-After a while the groups are loaded and displayed in a window. Now you can look up a group that is interesting, for example comp.os.linux.networking. Click the name once and then select OK. The group will be added to the news folder as a subfolder. When you now click the name of the new subfolder, Sylpheed will connect to the news server and download the headers (subject lines, in e-mail talk), to your computer. Some groups have -large- amounts of articles, so this may take a while!!<p>
+
+<sect1>Importing from Windows Mailers (Becky!, AL-Mail, Outlook Express4, etc.)
+<p>
+For import possibilities of the mail folders of these and more mail programs you
+can download the program mbx2mbox at sourceforge.net. The project is located at
+<url url="http://mbx2mbox.sourceforge.net" name ="http://mbx2mbox.sourceforge.net.">
</sect1>
-<sect1>Reading News<p>
-When the articles are displayed, in the summary view, you can click one of them to be downloaded so you can read it. This will usually go very quickly on discussion groups.<p>
-If you want to respond to a message, press Alt-R (or press "Reply") and a message window will pop up, with the name of the newsgroup already in the "To" field. Depending on whether or not you selected quoting of the message, the original message will be in the body of the message already. Write away, then send, and soon the entire world will be able to read what you wrote on the subject.<p>
-Starting a new message in a newsgroup is equally simple: press Alt-N (or click "New"), the name of the newsgroup is in the "To" field, and you can write your question or reply.
-<sect2>A note about binary files<p>
-In newsgroups you can download binary files. These are programs, images etc. Often these are posted as so called UUencoded files. Sylpheed will as upto version 0.5.1 not decode UUencoded files. You need to save these articles to disk as separate files, and use a separate decoder program, like juju, to decode the garble of text. A UUencoded file usually looks something like this:<p>
-begin 666 sundown.jpg<p>
-after which you will find nicely formatted blocks of characters that don't seem to mean anything.
-</sect2>
+<sect1>Importing dbx Format of Outlook Express 5<p>
+For import possibilities of the mail folders of these and more mail programs you
+can download the program mbx2mbox at sourceforge.net. The project is located at
+<url url="http://mbx2mbox.sourceforge.net" name="http://mbx2mbox.sourceforge.net.">
</sect1>
-<!-- end add 2001/07/20 -->
+<!-- End added 2001/07/21 -->
+<!-- start add 2001/09/04 -->
+<sect1>Exporting from Sylpheed MH format to mbox<p>
+Sylpheed offers a way to export a mailbox to the standard mbox format through the
+File menu. Just select the "Export to mbox file..." option and you can select the
+folder to export (assisted by a browse dialog) and also select or enter the name
+of the mbox file you wish to generate.
+<!-- end add 2001/09/04 -->
</sect>