all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eric Abrahamsen <eric@ericabrahamsen.net>
To: Waleed Yousef <wyousef@fcih.net>
Cc: 59587@debbugs.gnu.org
Subject: bug#59587: 28.2; gnus does not retrieve emails sent from another device
Date: Tue, 06 Dec 2022 16:10:29 -0800	[thread overview]
Message-ID: <871qpcnkei.fsf@ericabrahamsen.net> (raw)
In-Reply-To: <F60B106B-69E7-4BB0-954F-30072EEC6128@fcih.net> (Waleed Yousef's message of "Mon, 5 Dec 2022 20:10:57 -0800")

Waleed Yousef <wyousef@fcih.net> writes:

> One more piece of clue: I installed outlook on my iphone to experiment with, as a replacement of “Mail app” of iphone. The same problem exist, i.e., when I send an email with outlook, gnus does not fetch it. 

Can you confirm that the Outlook app saves your sent message in the app?
What's the name of the folder the send mail is saved to?

My guess is that the account in question is the one you're using as an
imap mail source. When you use imap as a mail source, Gnus will only
fetch mails from the folders named in the :mailbox setting, which
defaults to "INBOX". So I'm guessing that the mail is being saved into
"Sent" or something like that, but Gnus does not fetch mail from there.

If it's true that this is the imap account, then try changing the
mail-source definition to:

(imap :server "mail.uvic.ca"
      :user "wyousef@uvic.ca"
      :port 993
      :stream ssl
      :mailbox ("INBOX" "Sent")
      )

Replacing "Sent" with whatever the actual name of the sent mail folder
is.

Alternately (and in my mind preferably), access the imap account using a
full nnimap server backend. Then you'll see everything, and get two-way
sync.

Eric

>> On Dec 1, 2022, at 9:16 AM, Waleed Yousef <wyousef@fcih.net> wrote:
>> 
>> 
>> Thanks again for your time,
>> 
>> I have four emails, three are pop3 and one is imap. I am using nnml. This is my gnus.el part:
>> 
>> ```
>> (setq mail-sources `(
>>                         (pop :server "pop.gmail.com"
>>                                :user "wyousef@fcih.net"
>>                                :port 995
>>                                :stream ssl)
>>                         (pop :server "pop.gmail.com"
>>                                :user "wyousef@aucegypt.edu"
>>                                :port 995
>>                                :stream ssl)
>>                         (pop :server "pop.gmail.com"
>>                                :user "wyousef@gwmail.gwu.edu"
>>                                :port 995
>>                                :stream ssl)
>>                         (imap :server "mail.uvic.ca"
>>                                 :user "wyousef@uvic.ca"
>>                                 :port 993
>>                                 :stream ssl
>>                                )
>>                         )
>>      gnus-select-method '(nntp "news.gnus.org")
>>      gnus-secondary-select-methods '((nnml ""))
>> 
>>      user-mail-address "wyousef@fcih.net"
>>      user-full-name "Waleed Yousef"
>>      send-mail-function        'smtpmail-send-it
>>      message-send-mail-function    'smtpmail-send-it
>>      smtpmail-smtp-server        "smtp.gmail.com"
>>      smtpmail-smtp-service             '587
>> )
>> ```
>> 
>> Another piece of information is that I am using spacemacs, which I do not think it will make any difference as its maintainers confirmed to me that they did not change anything with gnus
>> 
>> 
>> Thanks so much.
>> 
>> Eric Abrahamsen <eric@ericabrahamsen.net> writes:
>> 
>>> Waleed Yousef <wyousef@fcih.net> writes:
>>> 
>>>> Thanks so much for your reply. After I read your reply, I did several
>>>> experiments and found that the problem does not happen (that is, Gnus
>>>> pulls the sent messages) if I send from the webmail interface of a
>>>> pop3 email, e.g., using chrome to send from my gmail account. In that
>>>> case Gnus will pull the sent email. However, if the email is sent from
>>>> my iphone (whether IMAP or pop3 account) or even from a webmail
>>>> interface of an IMAP account, Gnus does not pull the sent email
>>>> although the email is indeed saved in the sent box (I go online and
>>>> check).
>>> 
>>> This still isn't enough information to help you. How is Gnus fetching
>>> mail for this account? Is it an nnimap backend, or some other mail
>>> backend using a mail source?





  reply	other threads:[~2022-12-07  0:10 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-25 23:51 bug#59587: 28.2; gnus does not retrieve emails sent from another device Waleed Yousef
2022-11-26 22:49 ` Eric Abrahamsen
2022-11-30 23:47   ` Waleed Yousef
2022-12-01 16:00     ` Eric Abrahamsen
2022-12-01 17:16       ` Waleed Yousef
2022-12-06  4:10         ` Waleed Yousef
2022-12-07  0:10           ` Eric Abrahamsen [this message]
2022-12-07  0:17             ` Waleed Yousef
2022-12-07  0:38               ` Eric Abrahamsen
2022-12-09  2:34                 ` Waleed Yousef
2022-12-09 10:41               ` Andreas Schwab
2022-12-09 15:37                 ` Waleed Yousef
2022-12-09 15:42                 ` Eric Abrahamsen
2022-12-09 16:09                   ` Waleed Yousef
2022-12-09 16:28                     ` Waleed Yousef
2022-12-09 16:46                       ` Eric Abrahamsen
2022-12-09 16:49                       ` Andreas Schwab
2022-12-09 17:37                         ` Waleed Yousef
2022-12-09 17:54                           ` Andreas Schwab
2022-12-09 18:02                             ` Waleed Yousef
2022-12-09 18:14                               ` Andreas Schwab
2022-12-09 18:17                                 ` Waleed Yousef
2022-12-09 18:33                                   ` Andreas Schwab
2022-12-09 19:12                                     ` Waleed Yousef
2022-12-09 19:33                                       ` Andreas Schwab
2022-12-09 19:39                                         ` Waleed Yousef
2022-12-11 18:32                                       ` Eric Abrahamsen
2022-12-17  1:03                                         ` Björn Bidar via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-12-18 17:05                                           ` Waleed Yousef
2022-12-11 19:31 ` Waleed Yousef
2024-03-05 16:23 ` Jakub Ječmínek via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-04-01 21:08 ` Jakub Ječmínek via Bug reports for GNU Emacs, the Swiss army knife of text editors

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=871qpcnkei.fsf@ericabrahamsen.net \
    --to=eric@ericabrahamsen.net \
    --cc=59587@debbugs.gnu.org \
    --cc=wyousef@fcih.net \
    /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.