<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wikemacs.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=65.49.68.159</id>
	<title>WikEmacs - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wikemacs.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=65.49.68.159"/>
	<link rel="alternate" type="text/html" href="https://wikemacs.org/wiki/Special:Contributions/65.49.68.159"/>
	<updated>2026-04-07T15:21:06Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.14</generator>
	<entry>
		<id>https://wikemacs.org/index.php?title=Gnus&amp;diff=855</id>
		<title>Gnus</title>
		<link rel="alternate" type="text/html" href="https://wikemacs.org/index.php?title=Gnus&amp;diff=855"/>
		<updated>2012-03-27T06:44:49Z</updated>

		<summary type="html">&lt;p&gt;65.49.68.159: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Gnus is an e-mail client, a news client and a feed aggregator.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Using Gnus with Gmail==&lt;br /&gt;
# Make sure gnutls-bin or starttls package is installed on your system&lt;br /&gt;
# Create a Gmail account&lt;br /&gt;
# Enable IMAP in Gmail accout, by settings-&amp;gt;forwarding POP/IMAP&lt;br /&gt;
# Use Gmail’s IMAP as a (secondary) select method, by add following line into ./gnus.el&lt;br /&gt;
&amp;lt;source lang=&amp;quot;lisp&amp;quot;&amp;gt;&lt;br /&gt;
(add-to-list 'gnus-secondary-select-methods '(nnimap &amp;quot;gmail&amp;quot;&lt;br /&gt;
                                  (nnimap-address &amp;quot;imap.gmail.com&amp;quot;)&lt;br /&gt;
                                  (nnimap-server-port 993)&lt;br /&gt;
                                  (nnimap-stream ssl)))&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
or Using Gmail as primary select method &lt;br /&gt;
&amp;lt;source lang=&amp;quot;lisp&amp;quot;&amp;gt;&lt;br /&gt;
(setq gnus-select-method '(nnimap &amp;quot;gmail&amp;quot;&lt;br /&gt;
				  (nnimap-address &amp;quot;imap.gmail.com&amp;quot;)&lt;br /&gt;
				  (nnimap-server-port 993)&lt;br /&gt;
				  (nnimap-stream ssl)))&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
5. Put following line  in your ~/.authinfo &amp;lt;br/&amp;gt;&lt;br /&gt;
machine imap.gmail.com login username@gmail.com password secret port 993 &amp;lt;br/&amp;gt;&lt;br /&gt;
6. (optional) Enable using gmail’s SMTP server by put following line in ./gnus.el&lt;br /&gt;
&amp;lt;source lang=&amp;quot;lisp&amp;quot;&amp;gt;&lt;br /&gt;
(setq message-send-mail-function 'smtpmail-send-it&lt;br /&gt;
      smtpmail-starttls-credentials '((&amp;quot;smtp.gmail.com&amp;quot; 587 nil nil))&lt;br /&gt;
      smtpmail-auth-credentials '((&amp;quot;smtp.gmail.com&amp;quot; 587 &amp;quot;username@gmail.com&amp;quot; nil))&lt;br /&gt;
      smtpmail-default-smtp-server &amp;quot;smtp.gmail.com&amp;quot;&lt;br /&gt;
      smtpmail-smtp-server &amp;quot;smtp.gmail.com&amp;quot;&lt;br /&gt;
      smtpmail-smtp-service 587&lt;br /&gt;
      smtpmail-local-domain &amp;quot;yourcompany.com&amp;quot;)&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For managing your address book, see [[:Category:Contact Management|Contact Management]].&lt;br /&gt;
&lt;br /&gt;
[[Category:Email]][[Category:News (NNTP)]]&lt;/div&gt;</summary>
		<author><name>65.49.68.159</name></author>
	</entry>
</feed>