1 00:00:05,070 --> 00:00:07,570 Email management and protocols. 2 00:00:07,890 --> 00:00:12,300 Hello, everyone, in this section, we're going to hello, everyone in this section. 3 00:00:12,340 --> 00:00:16,960 We're going to talk about the email protocols and why they are that important. 4 00:00:17,190 --> 00:00:24,090 So basically, I want to meet you here with a different type of techniques that are used to exchange 5 00:00:24,090 --> 00:00:32,100 emails between sender and receiver, something that you don't quite often think about, but is sending 6 00:00:32,100 --> 00:00:35,160 an email over the web is quite a complex thing to do. 7 00:00:35,490 --> 00:00:43,940 So there are few protocols that the Web is using in order to send e-mail from senator receiver. 8 00:00:44,100 --> 00:00:51,030 And luckily, Python also has some libraries with which you can actually control and design the email, 9 00:00:51,040 --> 00:00:58,530 send it no matter with what type of provider you have your email, either Google, Yahoo and so on. 10 00:00:59,310 --> 00:01:06,440 So, you know, quite often the users use a graphical user interface in order to send and receive emails. 11 00:01:06,720 --> 00:01:15,720 This interfaces could be the ones such as, let's say, the Microsoft Outlook, MOSIUOA and so on. 12 00:01:16,080 --> 00:01:22,740 And even more today, actually, most of us are receiving e-mails over the Web with providers such as 13 00:01:23,070 --> 00:01:26,170 Gmail, Yahoo, Hotmail and so on. 14 00:01:26,520 --> 00:01:33,870 So when you send an email, it is sent from a client interface through a series of specialized email 15 00:01:33,870 --> 00:01:41,420 services, and it is usually sent by a software code mail transfer aid agent. 16 00:01:41,700 --> 00:01:52,140 So the main job of the mail transfer agent is to simply find a way from the sender and deliver it to 17 00:01:52,140 --> 00:01:54,120 the receiver of that message. 18 00:01:54,540 --> 00:02:00,360 So for that reason, we're going to talk in this section for the different protocols used to exchange 19 00:02:00,360 --> 00:02:00,900 emails. 20 00:02:00,900 --> 00:02:06,510 And we are going to complete some tasks with which I'm going to show specifically how we can send email 21 00:02:06,840 --> 00:02:09,610 from your old mail address to the terminal. 22 00:02:09,870 --> 00:02:14,020 And in that way, you can actually automate the email sending over the Web. 23 00:02:14,400 --> 00:02:23,550 We're going to talk today for the Assante protocol, which is usually used exactly for email transfer 24 00:02:23,550 --> 00:02:28,080 and also for a file transfer between the host and to the outer. 25 00:02:28,380 --> 00:02:37,560 We're also going to talk about the post office protocol three or three, which is basically used as 26 00:02:37,950 --> 00:02:48,300 standardised way to download messages from your mailbox on your local copy and finally will concentrate 27 00:02:48,300 --> 00:02:54,840 on the IMAP, which is the most common way and actually is used by all the emails out there, such as 28 00:02:55,230 --> 00:02:56,230 Gmail, Yahoo! 29 00:02:56,250 --> 00:02:56,900 And so on. 30 00:02:57,120 --> 00:03:04,770 And it actually provides a standardized way for you to access your mailbox from the Web or from the 31 00:03:04,770 --> 00:03:06,210 Internet service provider. 32 00:03:06,390 --> 00:03:16,230 OK, so all of these protocols are using graphical user interface and they help you basically to send, 33 00:03:16,560 --> 00:03:27,000 receive, save and check your emails from the web in this whole process is called mail transfer agent, 34 00:03:27,240 --> 00:03:33,510 or this is basically the way that all these services are working together in order to improve your mailing 35 00:03:33,510 --> 00:03:34,200 experience. 36 00:03:34,470 --> 00:03:41,160 So each of those components who are going to test here separately so you can see how they work and get 37 00:03:41,160 --> 00:03:45,380 a little bit more of an experience and Hands-On on how to write such a cold. 38 00:03:45,660 --> 00:03:46,830 So that's it. 39 00:03:46,860 --> 00:03:51,450 Guys, thanks very much for watching this introduction of this very interesting section. 40 00:03:52,200 --> 00:04:00,250 And I assume in the next video where we're going to put our hands and start learning the EMT protocol. 41 00:04:00,510 --> 00:04:01,590 Thanks for watching.