SMTP sent E-mail not copied to Sent Folder [closed]

I discovered that some (few) providers don't copy into the Sent folder those E-mails which are sent from mail clients through SMTP. They only copy them to the sent folder if you send them from their web interface, everything sent directly through SMTP with a client is not copied in any folder.

Is it a standard complying behaviour or is it a bad practice? I notice for instance GMail correctly saves those emails to both [Sent] folder and to [IMAP/Sent].

I suspect this behaviour is only aimed at selling IMAP services (which permit to create folders and copy emails inside them).

Edit : I just want some reference to what's the correct behaviour when a server receives a mail through SMTP. Discard it from its local sent folder or not


Solution 1:

By definition of the SMTP RFC all this server does is relay mail. SMTP does not save copies to a sent folder. That's all dependent on the client mail readers.

Solution 2:

This behaviour depends on the mail client, not the server itself. There should be an option in your mail client to put a copy of sent e-mails in the "Sent" folder.

Solution 3:

SMTP mail is never copied to a Sent folder automatically. The Sent folder is an IMAP folder and has nothing to do with SMTP. The mail client might save a copy using IMAP, but never the SMTP server.