<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Linux Forum &mdash; wget парсинг почты yandex]]></title>
	<link rel="self" href="https://linuxforum.ru/extern.php?action=feed&amp;tid=27668&amp;type=atom" />
	<updated>2013-04-06T20:34:19Z</updated>
	<generator>PunBB</generator>
	<id>https://linuxforum.ru/viewtopic.php?id=27668</id>
		<entry>
			<title type="html"><![CDATA[Re: wget парсинг почты yandex]]></title>
			<link rel="alternate" href="https://linuxforum.ru/viewtopic.php?pid=338754#p338754" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>seryi@seryi-laptop:~$ getmail
getmail version 4.14.0
Copyright (C) 1998-2009 Charles Cazabon.  Licensed under the GNU GPL version 2.
SimplePOP3Retriever:simd0264@pop.yandex.ru:110:
  msg 1/1 (5458 bytes) delivered
  1 messages (5458 bytes) retrieved, 0 skipped</code></pre></div>]]></content>
			<author>
				<name><![CDATA[simd0264]]></name>
				<uri>https://linuxforum.ru/profile.php?id=18988</uri>
			</author>
			<updated>2013-04-06T20:34:19Z</updated>
			<id>https://linuxforum.ru/viewtopic.php?pid=338754#p338754</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: wget парсинг почты yandex]]></title>
			<link rel="alternate" href="https://linuxforum.ru/viewtopic.php?pid=338694#p338694" />
			<content type="html"><![CDATA[<p>получилось скачать по протоколу webdav с помощью Cadaver спасибо всем)</p>]]></content>
			<author>
				<name><![CDATA[danweb007]]></name>
				<uri>https://linuxforum.ru/profile.php?id=29102</uri>
			</author>
			<updated>2013-04-06T15:20:32Z</updated>
			<id>https://linuxforum.ru/viewtopic.php?pid=338694#p338694</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[wget парсинг почты yandex]]></title>
			<link rel="alternate" href="https://linuxforum.ru/viewtopic.php?pid=338684#p338684" />
			<content type="html"><![CDATA[<p>Здравствуйте. Честно говоря я дуб дубом в linux те не профессионал те дилетант) Поэтому прошу помощи. Вот мой скрипт<br /></p><div class="codebox"><pre><code>login=мой логин
pass=мой пароль

wget -q --no-check-certificate --keep-session-cookies --save-cookies ya_cookies.txt --load-cookies ya_cookies.txt &quot;https://passport.yandex.ru/passport?mode=auth&quot; --referer=&quot;https://mail.yandex.ru/&quot; --post-data=&quot;login=$login&amp;passwd=$pass&quot; -O /dev/null; 

wget -q --no-check-certificate --keep-session-cookies --save-cookies ya_cookies.txt --load-cookies ya_cookies.txt &quot;https://mail.yandex.ru/&quot; -O index.html</code></pre></div><p>чего я хотел добиться? получить страницу со своими сообщениями. Вместо этого получаю страничку с ошибкой. Мне далее необходимо скачать большое вложение на сервер. очень прошу помочь с написанием скрипта. Или направить куда надо чтобы прочитать как работают эти запросы html чтобы можно было скачать вложение (там как то на кнопку надо нажать не знаю как). Но лучше помочь с написанием скрипта. Спасибо</p>]]></content>
			<author>
				<name><![CDATA[danweb007]]></name>
				<uri>https://linuxforum.ru/profile.php?id=29102</uri>
			</author>
			<updated>2013-04-06T12:36:50Z</updated>
			<id>https://linuxforum.ru/viewtopic.php?pid=338684#p338684</id>
		</entry>
</feed>
