GNU bug report logs - #59587
28.2; gnus does not retrieve emails sent from another device

Previous Next

Packages: emacs, gnus;

Reported by: Waleed Yousef <wyousef <at> fcih.net>

Date: Fri, 25 Nov 2022 23:52:01 UTC

Severity: normal

Found in version 28.2

Done: Jakub Ječmínek <kuba <at> kubajecminek.cz>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Waleed Yousef <wyousef <at> fcih.net>
To: Andreas Schwab <schwab <at> linux-m68k.org>
Cc: Eric Abrahamsen <eric <at> ericabrahamsen.net>, 59587 <at> debbugs.gnu.org
Subject: bug#59587: 28.2; gnus does not retrieve emails sent from another device
Date: Fri, 09 Dec 2022 11:12:51 -0800
Ok; thanks so much. I think it works now for the imap except that when I
send from Gnus I cannot find the sent mail on the webmail Sent box!!! So
the snycing is one-way only.

My stmp settings in gnus are: (BTW, my imap email is the last one, which
is wyousef <at> uvic.ca)

```
(setq ;;;;SMTP
 user-mail-address "wyousef <at> fcih.net"
 user-full-name "Waleed Yousef"
 smtpmail-smtp-server	"smtp.gmail.com"
 smtpmail-smtp-service '587
 send-mail-function		'smtpmail-send-it
 message-send-mail-function	'smtpmail-send-it
 ;; very nice examples here: https://www.gnu.org/software/emacs/manual/html_node/gnus/Posting-Styles.html
 gnus-posting-styles '(
			                 ((header "to" "wyousef <at> aucegypt.edu")
                        (From "Waleed Yousef <wyousef <at> aucegypt.edu>")
			                  ("X-Message-SMTP-Method" "smtp smtp.gmail.com 587 wyousef <at> aucegypt.edu"))
			                 ((header "to" "wyousef <at> gwumail.gwu.edu")
                        (From "Waleed Yousef <wyousef <at> gwmail.gwu.edu>")
			                  ("X-Message-SMTP-Method" "smtp smtp.gmail.com 587 wyousef <at> gwmail.gwu.edu"))
			                 ((header "to" "wyousef <at> uvic.ca")
                        (From "Waleed Yousef <wyousef <at> uvic.ca>")
			                  ("X-Message-SMTP-Method" "smtp smtp.uvic.ca 587 wyousef <at> uvic.ca"))
                       )
 )
```
What do you suggest for this?

For the pop, it is the other way around; what Gnus sends really goes to
the server. However, as I explained, Gnus does not fetch the mails sent
from the iphone apps. For solving this, do you suggest I turn all my pop
mails to imap?


Andreas Schwab <schwab <at> linux-m68k.org> writes:

> The predicate is UNDRAFT.
> See RFC3501 for a full list of predicates (in the SEARCH command).




This bug report was last modified 1 year and 130 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.