Merged silc_1_0_branch to trunk.
[silc.git] / apps / irssi / docs / help / in / mmsg.in
1 MMSG [<-sign>] [<-channel>] <target> <file> [<type>  [<encoding>]]
2
3 Sends a private data message to other user in the network.  The message
4 will be send as a MIME encoded data message.
5
6 If -channel option is provided then this command actually send channel
7 message to the specified channel.  The message IS NOT private message, it
8 is normal channel message.
9
10 If the -sign optin is provided, the message will be additionally
11 digitally signed and the receiver may verify it with your public key.
12
13 Messages that exceed roughly 64k will be fragmented automatically and
14 sent as separate messages.  The reassembly of the fragments will be done
15 automatically by the recipient.
16
17 If no transfer-encoding is given it defaults to binary.  If no 
18 content-type is given it is guessed using a MIME magic file.
19
20 NOTE: You have to have enabled perl support at compile time, and you need to
21 load the perl script silc-mime.pl for this to work!
22
23 Settings
24
25   mime_magic            - path to MIME magic file, or internal 
26                           defaults if empty
27   mime_default_encoding - encoding to use if none specified
28   mime_temp_dir         - where to store temporary files
29
30   mime_database         - Mailcap files defining MIME handlers
31   mime_unlink_tempfiles - whether to keep temporary files
32   mime_verbose          - Turn on status messages
33   mime_exec_param       - additional parameters to pass to /EXEC
34
35 Examples
36
37   /MMSG Foobar smiley.gif image/gif binary
38   /MMSG -channel silc silc.patch text/x-patch 7bit
39   /MMSG -sign * boing.mp3 audio/mpeg