imapsync-1.488-1.fc15$>XݕĨ:h>9$?$d   C&, ;Qrx            $ Q ~ "T""(8 9 `: G!X H!| I! X!Y!\! ]! ^"4b"d"l"t" u" v" w$@ x$d y$$e$f$Cimapsync1.4881.fc15Tool to migrate email between IMAP serversimapsync is a tool for facilitating incremental recursive IMAP transfers from one mailbox to another. It is useful for mailbox migration, and reduces the amount of data transferred by only copying messages that are not present on both servers. Read, unread, and deleted flags are preserved, and the process can be stopped and resumed. The original messages can optionally be deleted after a successful transfer.Obx86-16.phx2.fedoraproject.orgFedora ProjectFedora ProjectWTFPLFedora ProjectApplications/Internethttp://fedorahosted.org/imapsynclinuxnoarchk^]\H??m#~A큤ObObOAvObOOOObObdc03c10d86f4a0102c053a6aa54a1c14560e4b137be66476d24e66a257f81d8189abf8ef5868947f9b028bf3a8ea03832c1d19f868aca54756fd24dd263b3d4a1ce1d950f2154d36f4ed6f3b901e6b44b3f8dab7697da1fc6d54f50cc0ea082fba6e07ac8ff3c222a58b5374b6b573d09424b0de34b6d45f716eadb8e28e2b2b599cb47e5adb52a3d61cd55e6f1e11e1282b644cc94e8d52cb10274e874e4b9f33cba2d6a2abc32d83236ff0c76a10aecedfc4ddd9f95f8ad28faa294a75a4b46fee3c34ff42bb22a1f54595ff29467fb6c9b19c1172b12a675c60a63b14bbdb525872478f0b2de6b5c0c226e84b67fb7e442b6798a3775c8fa1d3c455b26663rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootimapsync-1.488-1.fc15.src.rpmimapsync@@@@@@@@@@@@@@@ @@@@@@    /usr/bin/perlperl(Authen::NTLM)perl(Carp)perl(Digest::HMAC_MD5)perl(Digest::MD5)perl(Digest::MD5)perl(English)perl(Errno)perl(Fcntl)perl(File::Basename)perl(File::Glob)perl(File::Path)perl(File::Path)perl(File::Spec)perl(File::Spec)perl(Getopt::Long)perl(IO::File)perl(IO::Socket)perl(IO::Socket::SSL)perl(MIME::Base64)perl(Mail::IMAPClient)perl(Mail::IMAPClient)perl(POSIX)perl(Term::ReadKey)perl(Test::More)perl(Test::Simple)perl(Time::Local)perl(constant)perl(strict)perl(warnings)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.253.0.4-14.6.0-14.0-15.2-14.9.1.2O O?N>@N=@Nh@NM@M۝MMMM@MbSM[@L~La?@LH2LK@Jx"H5@H@H;G@Nick Bebout - 1.488-1Nick Bebout - 1.484-1Nick Bebout - 1.476-1Nick Bebout - 1.468-1Nick Bebout - 1.456-1Nick Bebout - 1.452-1Nick Bebout - 1.446-1Nick Bebout - 1.434-1Nick Bebout - 1.422-1Nick Bebout - 1.411-1Nick Bebout - 1.404-3Nick Bebout - 1.404-2Nick Bebout - 1.404-1Nick Bebout - 1.398-1Nick Bebout - 1.366-1Nick Bebout - 1.340-1Nick Bebout - 1.337-1Nick Bebout - 1.315-1Nick Bebout - 1.311-1Nick Bebout - 1.286-1Lubomir Rintel - 1.255-3Marek Mahut - 1.255-2Marek Mahut - 1.252-2Marek Mahut - 1.249-1- Upgrade to 1.488- Upgrade to 1.484- Upgrade to 1.476- Upgrade to 1.468- Upgrade to 1.456- Added the --search option allowing to select messages with the powerful IMAP SEARCH command. - Added IO::Socket::INET version info. - Bugfix. Fixed ps call to work with Solaris 10. Thanks to Daniel Rohde. - Kerio 7.2.0P1 success. - MDaemon 12.0.3 success. - Bugfix. Date reference to select messages with --maxdate --mindate is the beginning of imapsync run now. - Added PERMANENTFLAGS output with --debugflags- Bugfix. Try to handle Markus bug in foldersizes() when select_msgs() returns a list of undef. - Check if uidexpunge is supported at the beginning of execution, not when needed. - Set --uidexpunge2 if --delete2 or --expunge2 if uidexpunge not supported. - Changed all warn() calls (STDERR) to print calls (STDOUT) - good_date() "24 Aug 77" -> "24-Aug-1977" - Patched tests_good_date() and good_date() with Dax Kelson patches. - Started code to deal with epoch of messages. - Handle better folder creation, not a failure when folder "already exists" during its creation. - Replaced default setting. Now --delete2 sets --uidexpunge2 instead of --expunge2 (unless --nouidexpunge2 is set) - Added epoch() routine to prepare the safe bidirectional sync (maybe...) - Adapted the usage output multiline character to Unix or Win, \ or ^ - Bugfix. Avoid a "no number" warning when size is null. - Added "Date" in the default --useheader list. ("Message-Id", "Message-ID", "Date") - Bugfix. Bad header beginning with a blank character.- Bugfix. Made --usecache work with --maxage or --maxsize or --min* - Improved the way imapsync deals with headers: - - Stopped getting first 2KB of message. Not a good idea. - - If $imap2->parse_headers() fails then take the whole header (instead of body). - - Default is like --useheader Message-Id --useheader Message-ID - - Use header Message-Id and header Date as sig md5 when taking the whole header. - Better output in debug mode. - Options --usecache and --maxsize --minsize can safely be used if --delete is there - Added tests of mkpath very long path > 300 char. Win32 fails on them. - Bugfix. Added special case for Inbox vs INBOX bug creation ("Couldn't create folder [Inbox] from [INBOX]: 143 NO INBOX already exists!") - Adapted regression tests for good_date() when no zone is given. - Bugfix. intarnal date needs zone data. Default to +0000. - Bugfix. Starttls() only for 2.2.9 - Fix. Removed a debug print always printed. - Bugfix. Changed the way imapsync knows whether a folder exists or not. Exchange might be happy and stop deconnecting for this reason. - Added a warning and die if --usecache and one of --maxsize--minsize --maxage --minage is used. - Bugfix. Reconnections are well done in tls mode now. - Zimbra 5.0.24_GA_3356.RHEL4 [host1] - Exchange 2010 SP1 RU2 [host2] - Added --debugsleep to have to play will kill and reconnections.- Added --debugLIST to track messages list uid or number only. - Bugfix: a lack of variable initialisation caused to fetch no existing messages. - The APPEND error then the FETCH 0 byte error may be fixed now. - relogin1 before each folder select. - --splitX are set into sub login_imap() now. - Added --relogin1 option (--relogin1 5) to force a reconnection when FETCH message fails on host1. - Added --debugcontent to avoid debugging content (can be big) with --debug option. - Added --debugflags to permit flag debugging only. - Added --flagsCase to correct flag case that are not RFC compliant \SEEN -> \Seen (on by default). - Added output to track 0 byte messages during the fetch on host1. - Bugfix. --proxyauth2 was setting proxyauth1! - Thanks to Denis BREAN! - MDaemon 12 - Exchange 6.5 host1 - Bugfix. Modified create_folder() to avoid Inbox -> INBOX problem ("already exists"). - Bugfix. --maxsize --minsize now work with --useuid - Bugfix. flag sync of already transfered messages now take care of --maxsize --minsize options. - --delete2 implies --expunge2 now unless --noexpunge2 is given. - exit if --delete and --delete2 are given together. - Same behavior for --expunge or --expunge1. - Added 0 length message tracking when fetching host1.- Bugfix for "Folders in host2 not in host1" list when - folders are given by --folder option or equivalent. - The old list listed too many folders with --folder INBOX for example. - Updated success list. - Added --takebody option. - Added Gimap (Gmail imap) success. - Added IMail 11.03 [host1] success - Made --delete2 works with --uselib or --usecache - No longer --useuid with --fast - Debug output with permanentflags. - Added isync url. - Sleep 2 seconds after foldersizes calls.- Add dependency on Authen::NTLM- Remove dependency on Date::Manip and Mail::Box- Upgrade to 1.404- Upgrade to 1.398- Upgrade to 1.366- Upgrade to 1.340- Upgrade to 1.337- Upgrade to 1.315- Upgrade to 1.311 - License is now WTFPL- Upgrade to 1.286- Attempt to patch around too new Mail::IMAPClient- Upstream release- Upstream release - Dependency fix (BZ#447800)- Initial build.         MVXW\Y[ZU1.488-1.fc15imapsyncimapsync-1.488CREDITSChangeLogFAQINSTALLREADMETODOimapsync.1.gz/usr/bin//usr/share/doc//usr/share/doc/imapsync-1.488//usr/share/man/man1/-O2drpmnoarch-redhat-linux-gnuASCII textUTF-8 Unicode text, with very long linesa /bin/cat script, ASCII text executablea /bin/cat script, ISO-8859 text executablea /bin/cat script, UTF-8 Unicode text executablea /usr/bin/perl script, ISO-8859 text executabledirectorytroff or preprocessor input, ASCII text (gzip compressed data, from Unix, max compression)RRRRRRR R R RRRRRRRRRRRRxz2?p7zXZ !PH66$/]"k%a8R4Vc~cYDa_{AECZjϩ%MYk!pA.hřjI[>n o]P㭜gWۑ ZΉlUolh!A CӢSw9mS9T㻱M'1}ܟLbS`!&E`] +/ۀy:ݦ< 9-t^ )I=φU$__ ;X"$)N?섦y@ VPp=Bj |COi@gQ;rJS1 Ҥ*vyk|ۮ"A>FXѩJ_JI:!LU-gb/S%kL/L;1hXaת sQ[Z/3Ff&-ƁJ[l^Bw\|Q)̑~s5]Š6@ uZz#Z"W2'XM&wj[^N1%pS\QraVm54=Je0etJ|0z*}G<1yxP^b"Q㓀g*IЩ@ lɮLNaˆњa /Аg?TQ-Ep-C%m${VCݪtk0+;$>0f5.iJ-C%6niZD=*(܅i),&yU-Y'^ou:>lkR_E1T03(Xfv p{b!!&]TC K&D%^*UUv,lx0RH |8{WbCcvb%m~Ӈj++GA&^&eeܝt(_@y gi ?- <]xZf JcӮ?9čfbtczا"?zʹƄHYcsefxNW]DSEݍ@,!uMʲ%0V2.AX4?}Cn'E2l| HY|&KgZn˨*a)Н|Ɯr!¼ >EU8 (tb/CXXwU{"4kbܝkMKXq=jRzi`= :y3fW[Y?nJLQiAo%9aM[>ЛVyC`K9wk,"xrO&iڸ@fIp^SlϦ֊P?P+}Ӄjudt@ 5oi4烖mоd 뻙όYXdRN.udC"Nz_Hlv'YxJ)+ S\t0Y1LXd8k)*7Bꂡe'|H57f9I(WW_Wwtd+QkF A Uem, vݥ+Nj~qäM4Èhp#&yaWIYIqU$3*$in7Z$򹮗gd"VziӱT/"ֻxn.@-6HoDŽ-DΘBTs/6g|hHaM1>%^/>@4k:ct ii+̩tGﱗ3zם"[ў]KNmSůL~]@؊7*6KGU'bmرtvi(mJx %Sl c\1##꤆9 Uz9F&흫2B]U4K\BTDm14B lXO|ȊE|tYrO,9ۍh{׷B@)+Ǎ o遅 :۵ JE>z`4;k8^ϓ_n3j*e?grm/)g)Pqb/S`@Rbm8mQ BruE[aJ,+ *lX_6fg؂"W2m/v04v>IӓWs;L}Q=fL~ sK.{"4mϵl814l DBkTnTR}:Ѷ)2,&YOl} Jİ5E²2Xw)$JShQ'hf=p&gS; rSWZhjl1(9r生TE^TݧHDLS uk,Ѯ{˸{p\L6TǥhׂvbEgꟴuKH2- )x;݇D d~Ğ_ϛ}5#*H$_MLM4>aȩUU^w8RA/lnAVwU5 כ^KwNlY#f,M'_QԪ$:sjw}LG{êF&pI^s?*0PƳTtM/ Kq)j768 LZjL[P[7kdpL!Pn ($u(DHྭkU6G3WXqmsX*L691ShI>VzAw/hD^q4 zrӟIۿoc;lM<\>9j%q_dm@oäNiT/bɬr"u kI-ݻIOx|Al'2"}#EYFU( H+e fe6 ,w|D`nXV͆(e9l.6KlDK1Mx2['!T DU1_l̉es1p{h}3z2 M뇎@TJ&aΏsXYxZ<g?ٍZy+ػ/"i~wf-[!SH{)߹}*w4Bu@#d墄6t md} _;ƅ=Pfr(-K?xV %2ꮥV ݫ4>P/o{3UY,U7xsx ptƉx0ܖWcsQy%q^2uO pWR]AN/.[U܎1% 7rnx-Sښ'C^ELľ@1 oR૆{K)XooPR{hjpmtiLEYI_5 6/A[~2BiHÙLt?v>G wĭی~5i!>W;m K,ٗ]䷹/V/L΁jCbT$yPyYR4 /,MoH?( MJ<8_|s枸W !| {9s53Ӵ" \fDy {w=;p̀"ܥ2DhF;Աfɬ!bsD ML[dt:!8MN&xz^ $o;vmw"b֌FP 7͋Y &k.Rկ:󙑕i.[PŹu6IxpylO,HRt4%A=DE*D.r>@aTZ  ( IZd9!%ހ++?ʯ:Ac0=~CNsȷx} ł!ܑYX6'PIKNW(ΙGrۏ)?. ;W1O͘~<5Ș "G0R9k[xWnyMG*_?i."A{fbXMNWд#l+ Ch-#t7|:U0!+jc`#0lBGeŤ uY%/XϔZ 9"h%`vp1U=wgT6~ D.$a0 u! Z*p/ztwbѺZ+B'!œ-JD|=}?z~\2q*'\Tr#$B 6{hd\ }P6,h "z-X,v:ZZ~[Mخ&S' n{uƙ! OBhtҪ /oČW;`=%W4 X$GGzBL8*Nr@ܢ֦Ii0 "dMs9!@V}so-{Y|>X\S?\Jq<8 (7ZY{TWE-hةuO''ekw'1֗aoSMʘ"z(Eۻ` ^UB&S1&b 75OZwԻYC;F@>Stqf Bלw|[vxOYG@ Y[3>xugL]GBipb*`4ϽTb0)%b)q_'w1ރ TȔ%xQCW P {R }}{6iFGHDޚl݃%Kj֤\~}jG09TIUEqX:m{">9$2ؐ(c;ouڱ;)n 7.38hjq{4h˽=+P2~@mP 5' XG;8WL뫷Q ;|uC @D9G}_[Aۤdcw>vkWʀx82!XVݒr~bp BvrY.it]GziOj|Eя6a;n_؝aBD4^|̫~u'R`<$.Dh]+>`!l?vu"_(c<.#@%̖.Md*i;~(@Scԛ_ ^ىstB/1pqS…a]u>0zݜH/5w9pŦgQȳ`H V$cx4=k{b12n_qIpUm7 %hjP8YG8'-H @NCskmWEt'(<"NJLslDl㊭̋*=mU4+i~OX"Ǡ(1b TU/5~ 1 -|p YQTl-`~Z@]v%4VǷ.~} #Q3L )K8ʱOϩߴIdKkUϩTF'Kb4V?|&P@xrC1 1d"c> ru`1FBltdعFQ=U<ዀy.Y,!O }`g0(+( V4LTY38j?ԉ0q0\kVz1q w>Y^CZA4Mݠ`0{8,pp`Nty!乘- xS $_TgOܯ 6Q`Y7®_+tjwy#  b,ȝ1 zbU(M ێMHw@ /r 1xBbupdiAc[WmϐdnnV=R=Q$^%^x4JJpv}`մbzvC~Ѷ0,h,+'؎fI^3ht'FW.\r7O͟`>zZ .͹ !c `5ݷ0j7[O"2*Ө`O=$m@ =nw1c1]X O1PVe+@l~Kѡn,q[=?n_B@ p =C-]k| %RRe-kc!Cކʄ;4!Iv:8)sHyl3skX(CV{rm+\J5)I|4wMJ ǟ]0Ή<ԇ݆ PҸFz7G~ܯ.CL] T+dxk>Qx3 Ӣ+6MX@PO$/ն{E%pW4͋l]d bVGC 7DQE]mkxn<1˘=4K~fy銼 _+wp1Ǭ- p}וuֺ@.0"v'UMV`ϙ * dS䱪P2Q uIi {/ 8nm6TW®G|]5MP U.4g~˕d`ׄuN3sB}hxS'C1c>Xl?\gg/ۂYft4ge3_T> $MOr{n=J&f+ xC*JY0=*b&h rd[R'mP~\D,+;D e͚bvOzz2oz G)P9io4]!'mCUXK5:_OO;< 5$ʈ#B/LeE:]\MOy~\ iRGޮ(@$%4䃙pxzFZLSH Pa@? %8 z߅qPlg>|Pe 3m3:NSq:@fSDnh} :Iop;8,um  l-8"ϏN'pUdHpBC,p).R^&cVm{Նe[bMl`wܟu9[2 1Rnt p69. /ڧ#>Uy@sGK`XeQ<1rİht ]tG< &RXϟY}{I 2x2x V 䁣l5^Uy-EٛȇM~G FYr r1R'ڔl$ ڈ1,w[R]fS/ceza6P9n4 xw(F>&j=vO,d7QrYٽqE#8.[RPTS)n]xf[lD@s s8ݢmsΪ[--\-2z9ỹ0bL%WR|mbt5"N"2Ax2,$L ;Pa#u9 %Ϻ~"%0jezwVmRΘ/l* 4b@J+S=0I >"-(D8 i}D4""9,!4\E3M>9-K|#EitIws&V"84Ư?K"%A ") .}6ۓLʻ|z]p@zX8 0 hz+GlFQ 4`GK}}oRЌpPÌ7\kz0|f׍,fY(n}1jpeWq,ÔM.ʐi&nCv(g4 (p+{7}jRyq[d´KkjIAGAI |{7O#FnFFPW MqMj{;XN-Q֫2g[.|r'\yj5jD.v̧b,V9Kl9d9E=mb>1P{Q hOo60J$kq8_ Wu.\V9ȕK|sp4@yiuСFFE*VFn:qknMv_Dt97|FOH$s\sιşE9p4LGԣ"n9b-`cHTL<-?2>PVD y"Cy!"ML;f˹!zFAB1ƎònYeN7krO\øX`l+ YZ