mirror of
https://github.com/php/doc-tr.git
synced 2026-03-23 23:02:09 +01:00
58 lines
1.6 KiB
XML
58 lines
1.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<!-- EN-Revision: 34892f82742329af7e7b4b22be6ad21418fd9768 Maintainer: nilgun Status: ready -->
|
||
<!-- CREDITS: haluk -->
|
||
<book xml:id="book.imap" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||
<?phpdoc extension-membership="bundledexternal" ?>
|
||
<title>IMAP, POP3 ve NNTP</title>
|
||
<titleabbrev>IMAP</titleabbrev>
|
||
|
||
<!-- {{{ preface -->
|
||
<preface xml:id="intro.imap">
|
||
&reftitle.intro;
|
||
<para>
|
||
Bu işlevler sayesinde sadece <acronym>IMAP</acronym> protokolü ile değil
|
||
<acronym>NNTP</acronym>, <acronym>POP3</acronym> ve yerel posta kutusu
|
||
erişim yöntemleri ile de çalışabilirsiniz.
|
||
</para>
|
||
<para>
|
||
Bununla birlikte, bazı IMAP işlevlerinin POP protokolü ile düzgün
|
||
çalışmayacağını bilmenizde yarar var.
|
||
</para>
|
||
<warning>
|
||
<simpara>
|
||
IMAP eklentisi evreli çalışmada güvenilir değildir; ZTS etkin derlemelerle
|
||
kullanılmamalıdır.
|
||
</simpara>
|
||
</warning>
|
||
</preface>
|
||
<!-- }}} -->
|
||
|
||
&reference.imap.setup;
|
||
&reference.imap.constants;
|
||
&reference.imap.reference;
|
||
&reference.imap.imap.connection;
|
||
|
||
</book>
|
||
|
||
<!-- Keep this comment at the end of the file
|
||
Local variables:
|
||
mode: sgml
|
||
sgml-omittag:t
|
||
sgml-shorttag:t
|
||
sgml-minimize-attributes:nil
|
||
sgml-always-quote-attributes:t
|
||
sgml-indent-step:1
|
||
sgml-indent-data:t
|
||
indent-tabs-mode:nil
|
||
sgml-parent-document:nil
|
||
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
||
sgml-exposed-tags:nil
|
||
sgml-local-catalogs:nil
|
||
sgml-local-ecat-files:nil
|
||
End:
|
||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||
vim: et tw=78 syn=sgml
|
||
vi: ts=1 sw=1
|
||
-->
|
||
|