bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#59587: 28.2; gnus does not retrieve emails sent from another device


From: Waleed Yousef
Subject: bug#59587: 28.2; gnus does not retrieve emails sent from another device
Date: Fri, 09 Dec 2022 11:12:51 -0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)

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@uvic.ca)

```
(setq ;;;;SMTP
 user-mail-address "wyousef@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@aucegypt.edu")
                        (From "Waleed Yousef <wyousef@aucegypt.edu>")
                                          ("X-Message-SMTP-Method" "smtp 
smtp.gmail.com 587 wyousef@aucegypt.edu"))
                                         ((header "to" 
"wyousef@gwumail.gwu.edu")
                        (From "Waleed Yousef <wyousef@gwmail.gwu.edu>")
                                          ("X-Message-SMTP-Method" "smtp 
smtp.gmail.com 587 wyousef@gwmail.gwu.edu"))
                                         ((header "to" "wyousef@uvic.ca")
                        (From "Waleed Yousef <wyousef@uvic.ca>")
                                          ("X-Message-SMTP-Method" "smtp 
smtp.uvic.ca 587 wyousef@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@linux-m68k.org> writes:

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





reply via email to

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