Difference between revisions of "Jabber Email Header"

Jump to navigation Jump to search
449 bytes added ,  20:44, 16 February 2006
no edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Tell the world that you use Jabber by including a "Jabber-ID" header in your outgoing email. This page describes how to set that up in various email clients.
Tell the world that you use Jabber by including a "Jabber-ID" header in your outgoing email. This page describes how to set that up in various email clients. (Feel free to add the config for your email client, just put then in alphabetical order please.)


Note well: RFC 2822 does not allow anything but US-ASCII text in email headers, so if you have a Jabber ID with Unicode characters in it, you will need to escape those!
Note well: RFC 2822 does not allow anything but US-ASCII text in email headers, so if you have a Jabber ID with Unicode characters in it, you will need to escape those!
== Mail.app ==
In Apple's Mail.app program, do the following:
# Open a terminal window
# Construct a command like: <blockquote><code>defaults write com.apple.mail UserHeaders '{"Jabber-ID" = "your-jid-here";}'</code></blockquote>


== Mutt ==
== Mutt ==
Line 8: Line 15:


# Open your .muttrc file
# Open your .muttrc file
# In the Composing section (or wherever) add a line that reads "my_hdr Jabber-ID: your-jid-here"
# In the Composing section (or wherever) add a line that reads <blockquote><code>my_hdr Jabber-ID: your-jid-here</code></blockquote>




== Thunderbird ==
== Thunderbird ==


In [http://www.mozilla.com/thunderbird/ Thunderbird], do the following:
In [http://www.mozilla.com/thunderbird/ Thunderbird], you need to define two separate config options, so do the following:


# Open the Preferences
# Open the Preferences
Line 22: Line 29:
# For the preference name, type "mail.identity.id.header.jid"
# For the preference name, type "mail.identity.id.header.jid"
# For the preference value, type "Jabber-ID: your-jid-here"
# For the preference value, type "Jabber-ID: your-jid-here"
# Right-click anywhere in the about:config window
# That's the first pref; now right-click anywhere in the about:config window
# Select New -> String
# Select New -> String
# For the preference name, type "mail.identity.id.headers"
# For the preference name, type "mail.identity.id.headers"
# For the preference value, type "jid"
# For the preference value, type "jid"
# If you have multiple accounts in Thunderbird, differentiate them with mail.identity.id1... and mail.identity.id2 (etc.)
# If you have multiple accounts in Thunderbird, differentiate them with mail.identity.id1... and mail.identity.id2 (etc.)
# The text "jid" can be anything, as long as it's consistent
 
Note: The text "jid" can be anything, as long as it's consistent
81

edits

Navigation menu