info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

don't receive messages using imap-protocol


From: Detlef Czernetzki
Subject: don't receive messages using imap-protocol
Date: Sat, 29 Sep 2007 21:15:56 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (windows-nt)

Hi all,
I use the newest emacs and windows w2k. I can read news, I can send mail, 
but I could not receive any email using imap. 
The connect to my mail provider (arcor, germany) is successful, 
but imap do nothing after connecting. 
Maybe something is wrong in my configurations, but I don't no what is wrong.

Is anyone out there could a little bit assist me ???


thanks for any help or answer
detlef 


here my .emacs file
#######################
(custom-set-variables
  ;; custom-set-variables was added by Custom.
  ;; If you edit it by hand, you could mess it up, so be careful.
  ;; Your init file should contain only one such instance.
  ;; If there is more than one, they won't work right.
 '(blink-cursor-mode nil)
 '(column-number-mode t)
 '(display-time-mode t)
 '(show-paren-mode t)
 '(size-indication-mode t))
(custom-set-faces
  ;; custom-set-faces was added by Custom.
  ;; If you edit it by hand, you could mess it up, so be careful.
  ;; Your init file should contain only one such instance.
  ;; If there is more than one, they won't work right.
 )



(setq gnus-select-method '(nntp "news.arcor.de"))


(setq gnus-secondary-select-method
         '(nnimap "arcor"
             (nnimap-address "imap.arcor.de")
             (nnimap-authinfo-file "C:/Programme/emacs-22.1/.authinfo")
             (nnimap-directory "~/GnusMail/")))


   ; configure nnfolder to save sent messages and drafts
   ; in this case it uses folders named ``sent.YEAR'' which
   ; are created and rotated automatically
   (setq nnfolder-active-file (expand-file-name "~/News/archive/active"))
    (setq nnnfolder-directory (expand-file-name "~/News/archive/"))
   (setq gnus-message-archive-method
       '(nnfolder "archive"
           (nnfolder-inhibit-expiry t)))
   (setq gnus-message-archive-group (concat "sent." (format-time-string "%Y")))
   (setq nndraft-directory (expand-file-name "~/News/drafts"))


;;Mails senden
(setq mail-archive-file-name "~/outbox")
(setq smtpmail-auth-credentials '(("mail.arcor.de"25"mylogin""mypassword")))
(setq user-mail-address "myname@arcor.de")
(setq user-full-name "Detlef Czernetzki")
(setq smtpmail-debug-info t) 
(setq message-send-mail-function 'smtpmail-send-it
send-mail-function 'smtpmail-send-it
smtpmail-smtp-server "mail.arcor.de"
smtpmail-local-domain nil
smtpmail-debug-info t)


;;sams-kill-lines
;;sams-keep-lines
;;load-path geht nicht, sams-lib direkt emacs-Verz. kopiert 
;;(setq load-path (cons "~/Anwendungsdaten/.emacs.d" load-path))
;;{{{ Install
;; Put this file on your Emacs-Lisp load path, add following into your
;; ~/.emacs startup file.
;;
   (require 'sams-lib)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]