all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Bijan Soleymani <bijan@psq.com>
Subject: Re: How to develop an automatic gnus mail set up thing for gnus users.
Date: 13 Feb 2003 17:39:59 -0500	[thread overview]
Message-ID: <8765rnajpc.fsf@server.crasseux.com> (raw)
In-Reply-To: y447kc8r5w4.fsf@nestle.ai.mit.edu

Don Saklad <dsaklad@nestle.ai.mit.edu> writes:

> How would you develop a wizard like thing that would automatically
> set up gnus mail for gnus users or ask for a response at each
> point of setting up where it can't do it automatically by detecting
> the appropriate parameters?... And at each point where it needs the
> response there would be available elaboration, explicatory informative
> details in case the respondent might as a neophyte not understand what
> response is needed. Something that goes further for the neophyte than
> the excellent http://my.gnus.org/GDG/basic/show_form
> 
> And where the elaboration might not work, further elaboration would
> be linked too.
There are certain small problems with that form:

1)What if I don't have a fully qualified domain name. (I do, but what
  if I didnt', what if i'm a floating dynamic ip?)

2)You don't ask about the mail username, explicitly. Is the username
  the same thing as the pop username? Then why is there (system) in
  quotation. My mail username and system username are different.

3)Sending password in cleartext is not very safe...
I don't believe in security, but some people do.

What I recommend is putting up a couple of standard .gnus files
one for "pop" and one for "imap". Have it commented in such a way as
to make it clear what the user needs to put where.

Example:

(setq user-mail-address "insert-email-address")

(setq mail-sources
'((pop :server "insert-name-of-pop-server" :user "insert-pop-username" :password "insert-pop-password")))

(setq gnus-select-method '(nntp "insert-news-server"))



Bijan

  reply	other threads:[~2003-02-13 22:39 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-10  6:44 How to develop an automatic gnus mail set up thing for gnus users Don Saklad
2003-02-13 22:39 ` Bijan Soleymani [this message]
2003-02-14  9:27   ` Kai Großjohann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8765rnajpc.fsf@server.crasseux.com \
    --to=bijan@psq.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.