|
![]() |
#1 |
Premium
Datum registracije: Nov 2004
Lokacija: Sveta Nedelja
Postovi: 2,938
|
(riješeno) Prelazak sa Exchange na POP3 - send/receive
Pozdrav Planiram prijelaz s nekakvog crackanog zmrdanom exchangea na legalni POP3 Kerio. Uglavnom stvar koja se već vrti dugo vremena. Sve je setupirano, samo treba napraviti prijelaz. Pitanje koje me interesira je kako na POP3 accountu podesiti da Outlook svake minute pita server jel ima kaj mailova za njega pa da to pokupi, a ne da mi svakih 15 minuta dođe 10 mailova odjednom... Hvala puno
__________________
|
![]() |
![]() |
![]() |
#2 |
Premium
Datum registracije: Jul 2012
Lokacija: Petrinja
Postovi: 1,604
|
Imaš u postavkama koliko često da povlači mejl sa servera. Možda bi mogao razmislit i o postavkama brisanja mejla jer ako se ne varam kad je pop u pitanju povuče ti mejl na prvi komp koji čita, pa ako sa više mjesta prisrupaš gubiš mejlove. |
![]() |
![]() |
|
|
Oglas
|
|
![]() |
#5 |
Premium
Datum registracije: Nov 2004
Lokacija: Sveta Nedelja
Postovi: 2,938
|
Yup našao sam u međuvremenu, sve 5, samo se nikad nisam igrao s POP-om, uvijek sam se bacio exchangeom. Nisam siguran podržava li moj mail server IMAP, vjerujem da podržava... koje su uopće prednosti? yup imamo imap
__________________
|
![]() |
![]() |
![]() |
#6 |
Administrator
Datum registracije: Nov 2001
Lokacija: Sesvete
Postovi: 15,963
|
evo ti pa čitaj ![]() Advantages over POP Connected and disconnected modes of operation When using POP, clients typically connect to the e-mail server briefly, only as long as it takes to download new messages. When using IMAP4, clients often stay connected as long as the user interface is active and download message content on demand. For users with many or large messages, this IMAP4 usage pattern can result in faster response times. Multiple clients simultaneously connected to the same mailbox The POP protocol requires the currently connected client to be the only client connected to the mailbox. In contrast, the IMAP protocol specifically allows simultaneous access by multiple clients and provides mechanisms for clients to detect changes made to the mailbox by other, concurrently connected, clients. See for example RFC3501 section 5.2 which specifically cites "simultaneous access to the same mailbox by multiple agents" as an example. Access to MIME message parts and partial fetch Usually all Internet e-mail is transmitted in MIME format, allowing messages to have a tree structure where the leaf nodes are any of a variety of single part content types and the non-leaf nodes are any of a variety of multipart types. The IMAP4 protocol allows clients to retrieve any of the individual MIME parts separately and also to retrieve portions of either individual parts or the entire message. These mechanisms allow clients to retrieve the text portion of a message without retrieving attached files or to stream content as it is being fetched. Message state information Through the use of flags defined in the IMAP4 protocol, clients can keep track of message state: for example, whether or not the message has been read, replied to, or deleted. These flags are stored on the server, so different clients accessing the same mailbox at different times can detect state changes made by other clients. POP provides no mechanism for clients to store such state information on the server so if a single user accesses a mailbox with two different POP clients (at different times), state information—such as whether a message has been accessed—cannot be synchronized between the clients. The IMAP4 protocol supports both pre-defined system flags and client-defined keywords. System flags indicate state information such as whether a message has been read. Keywords, which are not supported by all IMAP servers, allow messages to be given one or more tags whose meaning is up to the client. IMAP keywords should not be confused with proprietary labels of web-based e-mail services which are sometimes translated into IMAP folders by the corresponding proprietary servers. Multiple mailboxes on the server IMAP4 clients can create, rename, and/or delete mailboxes (usually presented to the user as folders) on the server, and copy messages between mailboxes. Multiple mailbox support also allows servers to provide access to shared and public folders. The IMAP4 Access Control List (ACL) Extension (RFC 4314) may be used to regulate access rights. Server-side searches IMAP4 provides a mechanism for a client to ask the server to search for messages meeting a variety of criteria. This mechanism avoids requiring clients to download every message in the mailbox in order to perform these searches. Built-in extension mechanism Reflecting the experience of earlier Internet protocols, IMAP4 defines an explicit mechanism by which it may be extended. Many extensions to the base protocol have been proposed and are in common use. IMAP2bis did not have an extension mechanism, and POP now has one defined by RFC 2449. Disadvantages While IMAP remedies many of the shortcomings of POP, this inherently introduces additional complexity. Much of this complexity (e.g., multiple clients accessing the same mailbox at the same time) is compensated for by server-side workarounds such as Maildir or database backends. The IMAP specification has been criticised for being insufficiently strict and allowing behaviours that effectively negate its usefulness. For instance, the specification states that each message stored on the server has a "unique id" to allow the clients to identify the messages they have already seen between sessions. However, the specification also allows these UIDs to be invalidated with no restrictions, practically defeating their purpose. Unless the mail storage and searching algorithms on the server are carefully implemented, a client can potentially consume large amounts of server resources when searching massive mailboxes. IMAP4 clients need to maintain a TCP/IP connection to the IMAP server in order to be notified of the arrival of new mail. Notification of mail arrival is done through in-band signaling, which contributes to the complexity of client-side IMAP protocol handling somewhat.[14] A private proposal, push IMAP, would extend IMAP to implement push e-mail by sending the entire message instead of just a notification. However, push IMAP has not been generally accepted and current IETF work has addressed the problem in other ways (see the Lemonade Profile for more information). Unlike some proprietary protocols which combine sending and retrieval operations, sending a message and saving a copy in a server-side folder with a base-level IMAP client requires transmitting the message content twice, once to SMTP for delivery and a second time to IMAP to store in a sent mail folder. This is remedied by a set of extensions defined by the IETF LEMONADE Working Group for mobile devices: URLAUTH (RFC 4467) and CATENATE (RFC 4469) in IMAP and BURL (RFC 4468) in SMTP-SUBMISSION. POP servers don't support server-side folders so clients have no choice but to store sent items on the client. Many IMAP clients can be configured to store sent mail in a client-side folder, or to BCC oneself and then filter the incoming mail instead of saving a copy in a folder directly. In addition to the LEMONADE "trio", Courier Mail Server offers a non-standard method of sending using IMAP by copying an outgoing message to a dedicated outbox folder. Like POP, IMAP is an e-mail only protocol. As a result, items such as contacts, appointments or tasks cannot be managed or accessed using IMAP unless they are encapsulated in email. |
![]() |
![]() |
![]() |
#7 |
Premium
Datum registracije: Nov 2004
Lokacija: Sveta Nedelja
Postovi: 2,938
|
čini se very fine, jbg, kad ja nemam pojma o tim mail protokolima, nikad me to nije interesiralo previše... setupirao sam probni imap i idem raskapati po tome. Hvala puno
__________________
|
![]() |
![]() |
|
|
Oglas
|
|
![]() |
|
|