Hello, today we write " smtp " while writing code, but I thought I'd check what it was, then I saw the concepts of IMAP and POP , I thought I'd do a little research and put it in the oven, let's see what kind of products will come out?
First, let's start with POP (Gavurca Post Office Protocol ); -> POP , which is a protocol used to receive messages from the server where mail is sent, stores messages if it receives them from the local device, but deletes them if it receives them directly from the server. POP uses POP3 , the third version. Messages received on POP can be accessed from a single device, but not from other devices because POP downloads messages and stores them on the device, as we mentioned earlier. It is quite good and efficient in terms of bandwidth.
POP Display on Sample Schema;
IMAP (Gavurca Internet Message Access Protocol );
-> Protocol that allows you to manage messages on your mail server. This protocol is used to provide synchronization between your mail client and your server. When we look at this protocol, users can access the server from any device they want. This means reading and editing messages from anywhere, in other words, providing full access, and in my opinion, a good thing is that a constantly updated mail flow awaits us. It is more complex than the POP protocol above and may require more bandwidth.
IMAP Display on Sample Schema;
Finally, STMP (Gavurca Simple Mail Transfer Protocol );
-> It is the protocol that allows you to send mail. Mail clients can forward mail messages to the recipients' servers via this protocol. This message sending is provided securely. However, you cannot see the content of the messages on this protocol and you cannot access them from more than one device. With the SMTP protocol, messages can be stored on the server and deleted.
SMTP Display on Sample Schema;
As a result, the different aspects of these protocols, which are frequently used in the virtual world, have an active and important role for everyone who manages personal and business mail. With this issue, I think that choosing the protocol that best suits your needs will provide you with a more efficient way to organize your mail and communicate with each other.