ChangeLog 35 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349
  1. 2004-09-08 18:40 Oswald Buddenhagen <ossi@users.sf.net>
  2. * configure.in:
  3. don't encode maturity in version number
  4. 2004-09-08 18:38 Oswald Buddenhagen <ossi@users.sf.net>
  5. * Makefile.am:
  6. optimize rpms for i686
  7. 2004-09-08 18:28 Oswald Buddenhagen <ossi@users.sf.net>
  8. * configure.in:
  9. sanitize the OpenSSL detection
  10. 2004-09-08 18:14 Oswald Buddenhagen <ossi@users.sf.net>
  11. * src/drv_imap.c:
  12. stddef.h for offsetof
  13. 2004-09-08 16:52 Oswald Buddenhagen <ossi@users.sf.net>
  14. * src/drv_maildir.c:
  15. first check _both_ bounds, then compare ...
  16. 2004-09-07 13:59 Oswald Buddenhagen <ossi@users.sf.net>
  17. * src/sync.c:
  18. print name of mailbox being opened.
  19. 2004-08-13 13:03 Oswald Buddenhagen <ossi@users.sf.net>
  20. * src/drv_imap.c:
  21. fix -C for imap mailboxes:
  22. - SELECT does not return [TRYCREATE]
  23. - fix bit field truncation
  24. 2004-06-17 15:44 Oswald Buddenhagen <ossi@users.sf.net>
  25. * configure.in:
  26. A{C,S}_HELP_STRING aliasing tricks.
  27. 2004-05-23 18:39 Oswald Buddenhagen <ossi@users.sf.net>
  28. * src/drv_maildir.c:
  29. store new UIDVALIDITY immediately after initializing it
  30. 2004-04-27 22:23 Oswald Buddenhagen <ossi@users.sf.net>
  31. * src/compat/main.c:
  32. old -l is new -l -C
  33. 2004-04-26 16:48 Oswald Buddenhagen <ossi@users.sf.net>
  34. * src/compat/: config.c, isync.h, main.c:
  35. full support for absolute paths in Mailboxes
  36. 2004-04-26 16:09 Oswald Buddenhagen <ossi@users.sf.net>
  37. * src/compat/config.c:
  38. strip $HOME and ~ from Mailbox paths
  39. 2004-03-30 00:32 Oswald Buddenhagen <ossi@users.sf.net>
  40. * src/: util.c, compat/util.c:
  41. fix return values of asprintf replacement.
  42. 2004-03-29 08:52 Oswald Buddenhagen <ossi@users.sf.net>
  43. * src/compat/: config.c, isync.1, isync.h, main.c:
  44. unscrew --delete by merging it into the config file. merge --expunge as
  45. well for symmetry.
  46. 2004-03-27 17:07 Oswald Buddenhagen <ossi@users.sf.net>
  47. * .cvsignore, Makefile.am, README, configure.in, isync.1,
  48. isync.spec.in, isyncrc.sample, src/.cvsignore, src/Makefile.am,
  49. src/config.c, src/cram.c, src/dotlock.c, src/dotlock.h,
  50. src/drv_imap.c, src/drv_maildir.c, src/imap.c, src/isync.h,
  51. src/list.c, src/maildir.c, src/main.c, src/mbsync.1,
  52. src/mbsyncrc.sample, src/mdconvert.1, src/mdconvert.c,
  53. src/sync.c, src/util.c, src/compat/.cvsignore,
  54. src/compat/Makefile.am, src/compat/config.c,
  55. src/compat/convert.c, src/compat/isync.1, src/compat/isync.h,
  56. src/compat/isyncrc.sample, src/compat/main.c, src/compat/util.c:
  57. The Big Rewrite. too many change to list them all.
  58. as opposed to earlier threats, BerkDB was not entirely dropped; i
  59. suppose the isync 0.7 -> 0.8 change had a reason, so i added an
  60. alternative UID storage scheme.
  61. note that BDB 4.0 is not sufficient, as the db->open function changed in
  62. an incompatible way ...
  63. i updated the debian packaging except for a changelog entry.
  64. note that i removed the upgrade blurb, as upstream now has a smooth
  65. upgrade path down to at least isync 0.4.
  66. 2004-03-26 17:34 Oswald Buddenhagen <ossi@users.sf.net>
  67. * get-cert:
  68. excessively secure temp file creation.
  69. more user friendliness.
  70. 2004-03-23 16:52 Oswald Buddenhagen <ossi@users.sf.net>
  71. * src/sync.c:
  72. be cygwin-compliant: don't use link()
  73. 2004-03-22 17:51 Oswald Buddenhagen <ossi@users.sf.net>
  74. * src/sync.c:
  75. unscrew file naming scheme
  76. 2004-02-07 16:36 Oswald Buddenhagen <ossi@users.sf.net>
  77. * src/dotlock.c:
  78. portability: don't rely on struct flock layout
  79. 2004-02-01 17:44 Oswald Buddenhagen <ossi@users.sf.net>
  80. * .cvsignore:
  81. shht
  82. 2004-02-01 17:27 Oswald Buddenhagen <ossi@users.sf.net>
  83. * src/: main.c, sync.c:
  84. once again: (slightly) better output.
  85. make maildir flag setting failure non-fatal. maildir sucks ...
  86. 2004-01-31 02:01 Oswald Buddenhagen <ossi@users.sf.net>
  87. * src/: imap.c, isync.h:
  88. more sophisticated CAPABILITY handling. also, don't issue the command if
  89. the initial response already had it in the status code.
  90. 2004-01-31 00:39 Oswald Buddenhagen <ossi@users.sf.net>
  91. * src/imap.c:
  92. don't ask for NAMESPACE if Folder was specified
  93. 2004-01-31 00:35 Oswald Buddenhagen <ossi@users.sf.net>
  94. * src/: imap.c, isync.h:
  95. following the "screw murphy" principle and commiting untested patch:
  96. obey LOGINDISABLED
  97. 2004-01-27 22:01 Oswald Buddenhagen <ossi@users.sf.net>
  98. * src/imap.c:
  99. PREAUTH cannot come out of the blue
  100. 2004-01-27 21:58 Oswald Buddenhagen <ossi@users.sf.net>
  101. * src/imap.c:
  102. cleanup around parse_fetch
  103. 2004-01-27 21:50 Oswald Buddenhagen <ossi@users.sf.net>
  104. * src/: imap.c, isync.h, main.c:
  105. make Tag int, move it to imap.c
  106. 2004-01-27 01:11 Nicolas Boullis <nboullis@users.sf.net>
  107. * acinclude.m4, configure.in:
  108. Add a --disable-maintainer-mode option to configure.
  109. 2004-01-20 02:55 Oswald Buddenhagen <ossi@users.sf.net>
  110. * src/imap.c:
  111. don't use STARTTLS for PREAUTH connections. uw-imap doesn't seem to like
  112. it, and it does not make too much sense anyway - i think - state converse
  113. opinions now.
  114. 2004-01-20 02:27 Oswald Buddenhagen <ossi@users.sf.net>
  115. * Makefile.am:
  116. exclude ChangeLog (do'h), NEWS and TODO when creating ChangeLog. exclude
  117. debian/ as well, based on the fact that it already has a detailed log -
  118. is that ok with everybody?
  119. 2004-01-18 03:22 Oswald Buddenhagen <ossi@users.sf.net>
  120. * isync.1, src/imap.c, src/isync.h, src/maildir.c, src/main.c,
  121. src/sync.c:
  122. another message output cleanup, still not perfect (info messages will be
  123. interleaved with progress dots).
  124. support specifying -q twice to suppress warnings as well.
  125. 2004-01-17 12:38 Oswald Buddenhagen <ossi@users.sf.net>
  126. * isync.1:
  127. document mua interaction
  128. 2004-01-16 11:11 Oswald Buddenhagen <ossi@users.sf.net>
  129. * AUTHORS:
  130. credit where credit is due. are the comments satisfactory for everybody?
  131. 2004-01-15 04:51 Theodore Ts'o <tytso@users.sf.net>
  132. * get-cert:
  133. Script that can be used to extract the server's certificate from an IMAP
  134. server.
  135. 2004-01-15 03:23 Oswald Buddenhagen <ossi@users.sf.net>
  136. * configure.in:
  137. remove useless define and more verbose error message.
  138. 2004-01-13 04:56 Theodore Ts'o <tytso@users.sf.net>
  139. * configure.in:
  140. Use a more sophisticated test for the existence of libdb that works for
  141. berk_db 4.0.
  142. 2004-01-12 02:49 Oswald Buddenhagen <ossi@users.sf.net>
  143. * configure.in:
  144. bah, forgot to remove debian/Makefile.in from AC_OUTPUT. :}
  145. kde's overly sophisticated build system does that automatically ...
  146. 2004-01-12 02:24 Theodore Ts'o <tytso@users.sf.net>
  147. * src/: imap.c, isync.h, main.c:
  148. Optimized isync by not fetching the sizes of messages if they are
  149. unneeded (i.e., if MaxSize is not specified in the config file).
  150. Patch and idea originally from Nicolas Boullis <nboullis@debian.org>,
  151. modified/polished by Theodore Ts'o per comments by Oswald Buddenhagen.
  152. 2004-01-12 01:52 Oswald Buddenhagen <ossi@users.sf.net>
  153. * configure.in, src/isync.h, src/maildir.c, src/sync.c:
  154. sync uid database after every message. this is accompanied by a dbm ->
  155. db4 migration. patch by theodore, with some final polishing by me.
  156. 2004-01-12 01:38 Oswald Buddenhagen <ossi@users.sf.net>
  157. * Makefile.am:
  158. use ../CVSROOT/accounts for UID mapping in ChangeLog.
  159. 2004-01-12 01:36 Oswald Buddenhagen <ossi@users.sf.net>
  160. * AUTHORS:
  161. be more explicit about contact address
  162. 2004-01-11 13:38 Oswald Buddenhagen <ossi@users.sf.net>
  163. * .cvsignore:
  164. new stuff
  165. 2004-01-11 13:35 Oswald Buddenhagen <ossi@users.sf.net>
  166. * Makefile.am:
  167. getting rid of Makefile.am in debian/ - it seems to be non-standard and
  168. is a pita to maintain anyway. instead, make distdir and distclean depend
  169. on a partial debian-clean.
  170. 2004-01-11 12:53 Oswald Buddenhagen <ossi@users.sf.net>
  171. * autogen.sh:
  172. don't call configure
  173. 2004-01-09 21:43 Oswald Buddenhagen <ossi@users.sf.net>
  174. * src/main.c:
  175. ignore anything that does not look remotely like a maildir when
  176. collecting mailboxes for OneToOne.
  177. 2003-12-07 16:37 Oswald Buddenhagen <ossi@users.sf.net>
  178. * isyncrc.sample:
  179. add sample CertificateFile
  180. 2003-12-07 16:36 Oswald Buddenhagen <ossi@users.sf.net>
  181. * src/imap.c:
  182. add trailing space to password prompt
  183. 2003-12-07 16:34 Oswald Buddenhagen <ossi@users.sf.net>
  184. * src/main.c:
  185. make imaps: on the command line adjust the port and ssl options as well
  186. 2003-12-07 16:09 Oswald Buddenhagen <ossi@users.sf.net>
  187. * configure.in:
  188. bump version
  189. 2003-12-02 03:53 Oswald Buddenhagen <ossi@users.sf.net>
  190. * src/imap.c:
  191. echo the mailbox the password is for
  192. 2003-11-11 04:02 Oswald Buddenhagen <ossi@users.sf.net>
  193. * AUTHORS:
  194. be more explicit about maintainership, as people don't seem to get it.
  195. 2003-09-02 14:06 Oswald Buddenhagen <ossi@users.sf.net>
  196. * isync.1:
  197. minor additions
  198. 2003-07-02 19:18 Oswald Buddenhagen <ossi@users.sf.net>
  199. * src/imap.c:
  200. fix crash when syncing multiple mailboxes over a Tunnel
  201. 2003-05-14 15:42 Oswald Buddenhagen <ossi@users.sf.net>
  202. * isync.1:
  203. minor
  204. 2003-05-07 02:06 Oswald Buddenhagen <ossi@users.sf.net>
  205. * .cvsignore, Makefile.am, autogen.sh, configure.in, src/config.c,
  206. src/cram.c, src/dotlock.c, src/imap.c, src/isync.h, src/list.c,
  207. src/maildir.c, src/main.c, src/sync.c:
  208. - make it work without SSL
  209. - switch from -Ds in Makefile to config.h
  210. - small header cleaup
  211. 2003-05-07 02:04 Oswald Buddenhagen <ossi@users.sf.net>
  212. * isync.spec.in:
  213. make it actually work
  214. 2003-05-06 04:17 Oswald Buddenhagen <ossi@users.sf.net>
  215. * Makefile.am:
  216. minors
  217. 2003-05-06 04:15 Oswald Buddenhagen <ossi@users.sf.net>
  218. * README:
  219. i'm bored :)
  220. 2003-05-05 19:58 Oswald Buddenhagen <ossi@users.sf.net>
  221. * src/: config.c, isync.h, main.c:
  222. don't free any config strings - who cares for a few bytes?
  223. this fixes some crashes at exit.
  224. 2003-05-05 19:17 Oswald Buddenhagen <ossi@users.sf.net>
  225. * Makefile.am:
  226. switch ChangeLog generation to cvs2cl
  227. 2003-05-05 15:43 Oswald Buddenhagen <ossi@users.sf.net>
  228. * isync.1:
  229. minor fixes
  230. 2003-05-05 15:41 Oswald Buddenhagen <ossi@users.sf.net>
  231. * configure.in:
  232. cleanup
  233. 2003-05-05 15:24 Oswald Buddenhagen <ossi@users.sf.net>
  234. * src/main.c:
  235. accumulate status over multiple mailboxes, i.e., don't abort after first
  236. failure
  237. 2003-05-05 14:54 Oswald Buddenhagen <ossi@users.sf.net>
  238. * src/imap.c:
  239. fix imaps:
  240. 2003-02-27 19:43 Oswald Buddenhagen <ossi@users.sf.net>
  241. * src/sync.c:
  242. ignore \Recent, as it is voided by the syncronization run itself.
  243. 2002-12-28 16:31 Oswald Buddenhagen <ossi@users.sf.net>
  244. * src/: config.c, cram.c, imap.c, isync.h, list.c, maildir.c,
  245. main.c, sync.c:
  246. - update copyrights. 2003 didn't begin yet, but who cares? :)
  247. 2002-12-28 05:14 Oswald Buddenhagen <ossi@users.sf.net>
  248. * isync.1:
  249. - fixed typo
  250. - updated maintainer and location
  251. 2002-12-28 05:12 Oswald Buddenhagen <ossi@users.sf.net>
  252. * src/: maildir.c, sync.c:
  253. - update isyncmaxuid properly
  254. 2002-12-28 05:04 Oswald Buddenhagen <ossi@users.sf.net>
  255. * src/config.c:
  256. - fixed two crashes
  257. 2002-12-28 05:02 Oswald Buddenhagen <ossi@users.sf.net>
  258. * src/imap.c:
  259. - handle bogus search responses more gracefully
  260. 2002-12-28 05:00 Oswald Buddenhagen <ossi@users.sf.net>
  261. * src/imap.c:
  262. - workaround imap server bug: lock files are no mailboxes
  263. 2002-12-28 04:58 Oswald Buddenhagen <ossi@users.sf.net>
  264. * src/: imap.c, sync.c:
  265. - improve console output
  266. 2002-12-28 04:11 Oswald Buddenhagen <ossi@users.sf.net>
  267. * .cvsignore:
  268. - ssht!
  269. 2002-12-28 04:03 Oswald Buddenhagen <ossi@users.sf.net>
  270. * .cvsignore, AUTHORS, Makefile.am, README, autogen.sh,
  271. configure.in, isync.spec.in, src/.cvsignore, src/isync.h,
  272. src/Makefile.am:
  273. - took over maintenance
  274. - moved to sourceforge
  275. - reorganized cvs structure
  276. 2002-10-30 03:31 Michael Elkins <me@sigpipe.org>
  277. * isync.1, src/config.c, src/cram.c, src/dotlock.c, src/dotlock.h,
  278. src/imap.c, src/isync.h, src/list.c, src/maildir.c, src/main.c,
  279. src/sync.c:
  280. Updated the copyright notice to allow an exception for linking with OpenSSL,
  281. which has a non-GPL compatible license.
  282. 2002-10-30 03:23 Michael Elkins <me@sigpipe.org>
  283. * .cvsignore, isync.1, src/config.c, src/imap.c, src/isync.h,
  284. src/maildir.c, src/main.c, src/sync.c:
  285. Bunch 'o patches from Oswald Buddenhagen:
  286. i implemented some cool stuff (tm).
  287. first, the long missing "create server-side missing mailboxes". -C now
  288. creates both local and remote boxes; -L and -R create only local/remote.
  289. second, i implemented a 1:1 remote:local folder mapping (-1) with an
  290. optional INBOX exception (inbox/-I). the remote folder is specified with
  291. the folder keyword (or -F switch) and takes precedence over the
  292. namespace setting. the local directory with the mailboxes can now be
  293. specified on the command line, too (-M).
  294. another patch:
  295. - made the -1 switch settable permanently (OneToOne). after all, you
  296. usually define your mailbox layout once forever. removed -A, as it is
  297. semantically -a modified by -1.
  298. - cleaned up message output a bit. still, the quiet variable should be
  299. used throughout the program. at best, create some generic output
  300. function, which obeys a global verbosity level variable.
  301. - optimized + cleaned up configuration parser slightly
  302. - minor cleanups
  303. add an (almost) unique id to every uploaded message and search for it
  304. right after. i thought about using the message-id, but a) it is not
  305. guaranteed to be unique in a mailbox (imagine you edit a mail and store
  306. the dupe in the same box) and b) some mails (e.g., postponed) don't even
  307. have one. a downside of the current implementation is, that this
  308. id-header remains in the mailbox, but given that it wastes only 27 bytes
  309. per mail and removing it would mean several roundtrips more, this seems
  310. acceptable.
  311. i changed the line-counting loop to use a mmapped file instead of
  312. reading it in chunks, as it makes things simpler and is probably even
  313. faster for big mails.
  314. the amount of goto statements in my code may be scary, but c is simply
  315. lacking a multi-level break statement. :)
  316. this is the "shut up" patch. :) it makes the -q option consequent, so to
  317. say.
  318. additionally it adds an -l option which gathers all defined/found
  319. mailboxes and just outputs the list. don't ask what i need it for. ;)
  320. 2002-10-30 03:01 Michael Elkins <me@sigpipe.org>
  321. * src/maildir.c:
  322. fixed missing closedir() call (Joey Hess)
  323. 2002-06-27 05:55 Michael Elkins <me@sigpipe.org>
  324. * src/imap.c:
  325. explicitly set global.pass to NULL when getpass() returns an empty string.
  326. 2002-06-27 05:51 Michael Elkins <me@sigpipe.org>
  327. * src/imap.c:
  328. Oswald Buddenhagen <ossi@kde.org>
  329. * fix imap_open() brokeness with PREAUTH (missed hunk from previous patch)
  330. 2002-06-22 19:06 Michael Elkins <me@sigpipe.org>
  331. * src/: dotlock.c, imap.c:
  332. fixed errors introduced by ME when hand-applying Oswald Nuddenhagen's
  333. patch.
  334. 2002-06-22 03:21 Michael Elkins <me@sigpipe.org>
  335. * autogen.sh, src/dotlock.c, src/imap.c, src/isync.h, src/main.c:
  336. Patch from Oswald Buddenhagen <ossi@kde.org>
  337. - move prompt for password to imap_open()
  338. - don't ask for global password in PREAUTH state
  339. - use socketpair() to create one full-duplex fd in tunnel mode
  340. instead of two half-duplex pipes
  341. - don't set lck.l_pid in fcntl() call (its read-only)
  342. - use F_SETLK instead of F_SETLKW to avoid infinite waiting
  343. - use "$@" in autogen.sh to get proper word expansion
  344. 2002-06-21 02:26 Michael Elkins <me@sigpipe.org>
  345. * configure.in, src/isync.h:
  346. Fixed to compile under FreeBSD 4.6-RELEASE. Must include ndbm.h rather than
  347. db.h.
  348. 2002-06-21 01:33 Michael Elkins <me@sigpipe.org>
  349. * Makefile.am, src/dotlock.c, src/dotlock.h, src/maildir.c:
  350. remove debian/files
  351. move dotlocking code to dotlock.c.
  352. dotlocking code fixed to ignore whether or not the lockfile exists on
  353. open(). we only care about whether fcntl() was able to lock it.
  354. 2002-06-19 04:31 Michael Elkins <me@sigpipe.org>
  355. * src/sync.c:
  356. Don't bother uploaded messages marked deleted when we are going to expunge.
  357. 2002-06-19 03:11 Michael Elkins <me@sigpipe.org>
  358. * AUTHORS, src/imap.c, src/maildir.c:
  359. fixed unused var warning in imap_open()
  360. locking cleanups from Oswald Buddenhagen <ossi@kde.org>
  361. * don't need to stat the lockfile since it will always be size 0
  362. * only remove lockfile when we actually succeeded in locking
  363. 2002-06-19 02:44 Michael Elkins <me@sigpipe.org>
  364. * Makefile.am:
  365. Debian package cleanups from Oswald Buddenhagen <ossi@kde.org>
  366. 2002-06-18 08:37 Michael Elkins <me@sigpipe.org>
  367. * README, isync.1, src/isync.h, src/maildir.c, src/main.c,
  368. src/sync.c:
  369. updated URL for project
  370. fixed segmentation fault caused by double free() when an error occurred
  371. during the IMAP transmission.
  372. fixed bug where isync could not handle a 0 value UIDVALIDITY
  373. 2002-04-19 21:43 Michael Elkins <me@sigpipe.org>
  374. * configure.in, isync.1, isyncrc.sample, src/config.c, src/imap.c,
  375. src/isync.h, src/main.c:
  376. PREAUTH support from Oswald Buddenhagen <ossi@kde.org>
  377. Added Tunnel directive to allow the user to specify a shell command to run
  378. to set up an IMAP connection in place of a TCP socket (eg., to run over
  379. an SSH session).
  380. 2002-01-28 20:39 Michael Elkins <me@sigpipe.org>
  381. * isync.spec.in:
  382. post 0.8 release commit
  383. 2002-01-28 20:34 Michael Elkins <me@sigpipe.org>
  384. * configure.in:
  385. check for dbm_open() in libc and libdb
  386. 2002-01-17 20:33 Michael Elkins <me@sigpipe.org>
  387. * src/sync.c:
  388. don't bother renaming the message file if we are about to unlink() it
  389. 2002-01-16 23:23 Michael Elkins <me@sigpipe.org>
  390. * AUTHORS, Makefile.am, src/sync.c:
  391. remove tilde backup files for distclean
  392. fixed indentation
  393. added full name to AUTHORS
  394. reformated NEWS blurb for 0.8
  395. 2002-01-16 23:13 Michael Elkins <me@sigpipe.org>
  396. * src/: maildir.c, sync.c:
  397. sync_mailbox() did not update the msg struct when flags were changed,
  398. causing the expunge command to fail
  399. remove bogus strfcpy() line
  400. 2002-01-16 22:51 Michael Elkins <me@sigpipe.org>
  401. * Makefile.am, configure.in:
  402. added debian build files dist target so that people can use them to build
  403. their own .deb packages without having to use CVS
  404. 2002-01-16 22:43 Michael Elkins <me@sigpipe.org>
  405. * isync.1, src/maildir.c, src/sync.c:
  406. added debian build files
  407. fixed indentation
  408. added bug note to manpage about db file format not being architecture
  409. independent
  410. 2002-01-16 22:22 Michael Elkins <me@sigpipe.org>
  411. * src/: maildir.c, sync.c:
  412. remove the uid from the db when a message is deleted from the maildir
  413. optimize db fetch/store to not copy the base filename
  414. 2002-01-16 20:47 Michael Elkins <me@sigpipe.org>
  415. * configure.in, isync.1, src/config.c, src/cram.c, src/imap.c,
  416. src/isync.h, src/list.c, src/maildir.c, src/main.c, src/sync.c:
  417. updated year in copyright notice
  418. the uid for each message in the maildir is now stored in a dbm database
  419. rather than the filename. this change was necessary because isync became
  420. confused if you copied a message to another folder, in which case the uid
  421. was invalid.
  422. as a result of the above change, isync now acquires a mutex on the mailbox
  423. to protect the dbm database from concurrent access.
  424. main() was reworked to continue gracefully when an error is encountered, and
  425. to always call maildir_close() so that the lock can be disabled, and the
  426. database closed.
  427. 2001-11-20 19:28 Michael Elkins <me@sigpipe.org>
  428. * Makefile.am, isync.spec.in:
  429. post 0.7-release commit
  430. 2001-11-20 19:06 Michael Elkins <me@sigpipe.org>
  431. * Makefile.am, isync.1, src/isync.h, src/maildir.c, src/main.c:
  432. added --create/-C command line option to force creation of the local
  433. maildir-style mailbox if nonexistent
  434. debug.h was not included in isync_SOURCES in Makefile.am
  435. 2001-11-19 20:41 Michael Elkins <me@sigpipe.org>
  436. * Makefile.am, configure.in, src/config.c, src/isync.h, src/list.c,
  437. src/main.c:
  438. added memory debugging code
  439. fixed memory leak in free_list()
  440. free memory associated with global settings on exit
  441. 2001-11-16 22:23 Michael Elkins <me@sigpipe.org>
  442. * src/: cram.c, imap.c, isync.h, sync.c:
  443. remove c++ style comments
  444. use %lu and cast off_t to unsigned long in printf()
  445. 2001-11-16 00:59 Michael Elkins <me@sigpipe.org>
  446. * isync.1, src/config.c, src/isync.h, src/main.c, src/sync.c:
  447. Added MaxMessages patch from Eivind Eklund <eivind@FreeBSD.org>.
  448. config_defaults() can just use memcpy() instead of assigning each struct
  449. member individually.
  450. config_defaults() can be declared static
  451. 2001-11-14 18:40 Michael Elkins <me@sigpipe.org>
  452. * configure.in, src/config.c:
  453. move strndup() code into config.c for less complexity
  454. change AC_REPLACE_FUNC(strndup) to AC_CHECK_FUNCS(strndup)
  455. sed expression checking for gcc-3.0 should be quoted beccause it
  456. fails under Solaris 2.7
  457. 2001-11-13 01:36 Michael Elkins <me@sigpipe.org>
  458. * src/: config.c, sync.c:
  459. strndup() could return a non-NULL terminated string
  460. size_t should be printed with %lu
  461. when expending tildes (~), an extra slash was inserted after the user's home
  462. directory
  463. 2001-11-13 00:03 Michael Elkins <me@sigpipe.org>
  464. * src/: isync.h, maildir.c, main.c:
  465. merge maildir_sync() and maildir_close(). the maxuid in a maildir still
  466. needs to be updated in --fast mode, and the sync code already checks to see
  467. if any changes were made to the mailbox.
  468. 2001-11-09 01:35 Michael Elkins <me@sigpipe.org>
  469. * README:
  470. add FreeBSD to the list of tested platforms
  471. 2001-11-09 01:23 Michael Elkins <me@sigpipe.org>
  472. * configure.in, src/config.c, src/imap.c, src/maildir.c:
  473. update version to 0.7
  474. detect short write in write_strip()
  475. fix compilation warnings with gcc-2.95.4
  476. 2001-10-31 20:50 Michael Elkins <me@sigpipe.org>
  477. * configure.in, src/imap.c, src/isync.h, src/main.c, src/sync.c:
  478. set compiler warnings for gcc-3.0 as well
  479. display message with count of uploaded messages
  480. --quiet now supresses warnings in sync_mailbox()
  481. fixed compiler warnings with -Wshadow
  482. 2001-10-31 07:06 Michael Elkins <me@sigpipe.org>
  483. * isync.1:
  484. post 0.6 commit
  485. 2001-10-30 23:57 Michael Elkins <me@sigpipe.org>
  486. * README, configure.in:
  487. add strndup replacement function for systems which lack it
  488. 2001-10-03 19:10 Michael Elkins <me@sigpipe.org>
  489. * Makefile.am, src/maildir.c:
  490. fixed broken code in maildir_clean_tmp()
  491. 2001-10-03 18:48 Michael Elkins <me@sigpipe.org>
  492. * src/maildir.c:
  493. added code to clean the tmp directory in a maildir to comply with
  494. maildir(5)
  495. 2001-10-03 08:32 Michael Elkins <me@sigpipe.org>
  496. * src/config.c:
  497. forgot to add code to parse the `Delete' option
  498. 2001-10-03 08:18 Michael Elkins <me@sigpipe.org>
  499. * src/main.c:
  500. forgot conditional #if HAVE_LIBSSL around setting of .use_imaps in main()
  501. from command line arguments
  502. 2001-10-03 08:15 Michael Elkins <me@sigpipe.org>
  503. * src/main.c:
  504. update Copyright printed by --help
  505. add compile time option list to --help output
  506. 2001-10-03 07:42 Michael Elkins <me@sigpipe.org>
  507. * isync.1, isyncrc.sample, src/config.c, src/isync.h, src/main.c,
  508. src/sync.c:
  509. added `Delete' configuration option to force -d option
  510. sync_mailbox() didn't consider MaxSize == 0 to mean "unlimited".
  511. load_config() needs to print a newline in its error messages since
  512. next_arg() kills the newline of the line that was read out of the config
  513. file.
  514. 2001-10-03 02:01 Michael Elkins <me@sigpipe.org>
  515. * src/: imap.c, sync.c:
  516. fixed maildir message filenames to comply with the maildir(5) specification.
  517. fixed write_strip() and imap_fetch_message() to check the return code of
  518. write() and fsync() to comply with maildir(5) spec.
  519. 2001-10-03 01:43 Michael Elkins <me@sigpipe.org>
  520. * src/main.c:
  521. the `Expunge' config directive didn't work since only the -e command line
  522. argument was consulted.
  523. 2001-10-03 00:46 Michael Elkins <me@sigpipe.org>
  524. * src/: config.c, imap.c, isync.h:
  525. we should issue a CAPABILITY even if we aren't going to use ssl/tls so that
  526. cram-md5 auth still works.
  527. 2001-07-18 20:56 Michael Elkins <me@sigpipe.org>
  528. * src/config.c:
  529. find_box() should attempt to expand all filenames if none of the other
  530. methods found a match.
  531. 2001-07-18 20:49 Michael Elkins <me@sigpipe.org>
  532. * src/: config.c, isync.h, maildir.c:
  533. fixed to not expand filenames until they are used inside of maildir_open(),
  534. so that aliases are not required for simple filenames.
  535. [re: http://bugs.debian.org/102255]
  536. 2001-06-23 01:30 Michael Elkins <me@sigpipe.org>
  537. * src/main.c:
  538. --host option didn't check for imaps: prefix
  539. 2001-06-21 22:45 Michael Elkins <me@sigpipe.org>
  540. * src/main.c:
  541. fixed core when specifying multiple mailboxes on the command line
  542. 2001-06-18 23:38 Michael Elkins <me@sigpipe.org>
  543. * configure.in, src/imap.c, isync.1:
  544. handle untagged responses in imap_fetch_message() so that it doesn't bomb
  545. out if new mail arrives while in the process of downloading
  546. noted in BUGS section of man page that if new mail arrives after the initial
  547. message list has been retrieved from the IMAP server, that new mail will not
  548. be fetched until the next invocation of isync.
  549. 2001-06-18 19:49 Michael Elkins <me@sigpipe.org>
  550. * src/: config.c, imap.c, isync.h, main.c:
  551. isync should continue to process additional mailboxes even if there is an
  552. error with a previous mailbox.
  553. added -a (--all) flag to synchronize all mailboxes defined in ~/.isyncrc
  554. 2001-06-12 02:32 Michael Elkins <me@sigpipe.org>
  555. * AUTHORS, README, COPYING, Makefile.am, configure.in, src/main.c:
  556. initial import
  557. 2001-02-28 02:02 Michael Elkins <me@sigpipe.org>
  558. * src/: config.c, imap.c:
  559. fixed compiler warnings under Solaris 2.7
  560. 2001-02-19 19:44 Michael Elkins <me@sigpipe.org>
  561. * src/: cram.c, imap.c, maildir.c:
  562. rfc2595 compliance patch from Daniel Resare <noa@metamatrix.se>
  563. - CAPABILITY should be reissued after starting TLS since the
  564. previous call was not protected
  565. 2001-02-14 21:46 Michael Elkins <me@sigpipe.org>
  566. * isync.1, src/config.c, src/imap.c, src/main.c, src/sync.c:
  567. patch from Daniel Resare <noa@metamatrix.se>:
  568. 1 giving a path to a nonexistant rc-file with the -c argument dumps core
  569. The patch adds a check to ensure that the given rc-file is accessible
  570. 2 the error messages given from failed openssl calls are bogus
  571. The handles the error from SSL_connect () correctly. The bug is
  572. understndable since the error handling in openssl is quite obfuscated.
  573. Good news is that the documentation manapges has been greatly updated in
  574. the latest version (0.9.6). See in particular err(3), ERR_get_error(3)
  575. and SSL_get_error(3).
  576. Please note that possible SSL_ERROR_SSL type errors from SSL_read() and
  577. SSL_write() is not handled. This should also be fixed.
  578. 3 connecting using the STARTTLS command with an imap server that is
  579. configured only to accept the TLSv1 protocol gives an error because isync
  580. sends an SSLv2 Hello message for backwards compability. (This is the case
  581. with the uw-imap 2000 that ships with redhat-7.0)
  582. I've read RFC2595 several times to see if it says something about
  583. compability SSL2/SSL3 hello messages but can't find anything. IMHO the
  584. correct thing to do is change the default to not use SSL2/3 compability
  585. hello when using the STARTTLS command but use it if the imaps port is
  586. used. The patch implements this change
  587. 4 repeated calls to SSL_CTX_set_options overwrites the old settings (the
  588. values needs to be ORed together)
  589. fixed in the patch
  590. patch from me@mutt.org:
  591. \Recent messages were put in the cur/ directory instead of new/
  592. give error message when the LOGIN command fails
  593. 2001-02-02 00:35 Michael Elkins <me@sigpipe.org>
  594. * src/imap.c:
  595. patch from Daniel Resare <noa@metamatrix.se>
  596. - don't initialize ssl support if none of use_sslv* is enabled
  597. 2001-01-26 21:21 Michael Elkins <me@sigpipe.org>
  598. * src/: imap.c, isync.h:
  599. include <sys/types.h> for off_t
  600. patch from "lorenzo martignoni" <lorenzo.martignoni@technologist.com>
  601. - fixed uploading of message to IMAP server
  602. 2001-01-24 08:09 Michael Elkins <me@sigpipe.org>
  603. * isync.1, src/config.c, src/cram.c, src/imap.c, src/list.c,
  604. src/maildir.c, src/main.c, src/sync.c:
  605. fixed cram compilation error under bsd
  606. updated man page
  607. 2001-01-16 20:45 Michael Elkins <me@sigpipe.org>
  608. * isync.1, src/config.c, src/imap.c, src/isync.h, src/main.c:
  609. added support for tilde (~) expansion in the `Mailbox' and `CertificateFile'
  610. configuration directives
  611. added `Maildir' configuration command to specify the default location of the
  612. user's mailboxes. If a relative path is used in a `Mailbox' command, this
  613. path is used as a prefix.
  614. 2001-01-11 11:21 Michael Elkins <me@sigpipe.org>
  615. * configure.in, src/imap.c, src/isync.h:
  616. set imap->prefix to be the namespace prefix
  617. update version to 0.5
  618. fixed compilation warnings in imap.c
  619. 2001-01-11 11:13 Michael Elkins <me@sigpipe.org>
  620. * Makefile.am, isync.1, isyncrc.sample, src/config.c, src/imap.c,
  621. src/isync.h, src/main.c, src/sync.c:
  622. broke config code into config.c
  623. added support for uploading local messages with no UID to the IMAP server
  624. added Expunge configuration option
  625. added CopyDeletedTo configuration option
  626. 2001-01-09 21:09 Michael Elkins <me@sigpipe.org>
  627. * src/: maildir.c, sync.c:
  628. always put changed messages in the cur/ subdirectory since they are no
  629. longer new.
  630. don't set \Seen implicitly for messages in the cur/ folder. Require the S
  631. flag on the message since Mutt will move Old (unread, but not recent)
  632. messges into cur/.
  633. 2001-01-08 10:45 Michael Elkins <me@sigpipe.org>
  634. * Makefile.am, src/main.c:
  635. patch from Hugo Haas <hugo@larve.net>
  636. -c was not specified in the getopt*() calls
  637. set global password to the one the user inputs and use that as the
  638. default for remaining mailboxes
  639. 2001-01-05 22:20 Michael Elkins <me@sigpipe.org>
  640. * configure.in:
  641. added --with-ssl-dir to specify an alternate installation of OpenSSL
  642. 2000-12-31 23:39 Michael Elkins <me@sigpipe.org>
  643. * isync.spec.in:
  644. pre 0.4 commit.
  645. updated rpm spec file
  646. 2000-12-31 23:37 Michael Elkins <me@sigpipe.org>
  647. * src/sync.c:
  648. display how many messages were fetched from the server
  649. 2000-12-31 23:17 Michael Elkins <me@sigpipe.org>
  650. * src/imap.c:
  651. fixed compilation error with no libssl support ("lorenzo martignoni"
  652. <lorenzo.martignoni@technologist.com>)
  653. 2000-12-28 19:44 Michael Elkins <me@sigpipe.org>
  654. * src/main.c:
  655. fixed config parser to accept arbitrary whitespace
  656. 2000-12-27 22:16 Michael Elkins <me@sigpipe.org>
  657. * src/imap.c:
  658. use imap_close to terminate a connection in imap_open()
  659. 2000-12-27 22:14 Michael Elkins <me@sigpipe.org>
  660. * isync.1, src/imap.c, src/isync.h, src/maildir.c, src/main.c:
  661. allow leading whitespace in config files
  662. now possible to sync multiple mailboxes by specifying multiple aliases on
  663. the command line. IMAP connections are reused if possible.
  664. don't initialize ssl unless we are going to use it.
  665. 2000-12-23 22:57 Michael Elkins <me@sigpipe.org>
  666. * src/: imap.c, isync.h:
  667. don't use NAMESPACE unless the server supports it
  668. 2000-12-23 01:02 Michael Elkins <me@sigpipe.org>
  669. * Makefile.am, README, src/cram.c, src/imap.c, src/isync.h:
  670. added CRAM-MD5 authentication support.
  671. parse server capability string to determine if STARTTLS is available
  672. 2000-12-22 22:22 Michael Elkins <me@sigpipe.org>
  673. * README, isync.1, src/imap.c, src/isync.h, src/main.c:
  674. isync-brokenservers.diff (Jeremy Katz <katzj@linuxpower.org>)
  675. adds support for disabling NAMESPACE, and disable various flavors of TLS/SSL
  676. for use with some broken IMAP servers.
  677. 2000-12-22 20:30 Michael Elkins <me@sigpipe.org>
  678. * src/: imap.c, sync.c:
  679. prompt user if they wish to continue if the server's X.509 certificate can't
  680. be verified.
  681. sync_mailbox should consider uid == 0 to be "unknown"
  682. 2000-12-22 16:48 Michael Elkins <me@sigpipe.org>
  683. * src/: main.c, sync.c:
  684. fixed sync_mailbox() to correctly write new messages to the local maildir
  685. box (Thomas Roessler <roessler@does-not-exist.org>)
  686. 2000-12-22 16:24 Michael Elkins <me@sigpipe.org>
  687. * src/main.c:
  688. set default MaxSize to 0 (unlimited)
  689. invert test for password being set after getpass() call (Magnus Jonsson
  690. <bigfoot@acc.umu.se>)
  691. 2000-12-22 08:14 Michael Elkins <me@sigpipe.org>
  692. * configure.in, isync.1, isyncrc.sample, src/imap.c, src/isync.h,
  693. src/maildir.c, src/main.c, src/sync.c:
  694. added MaxSize configuration variable
  695. fixed --fast to work robustly without relying on the \Recent flag in
  696. messages
  697. 2000-12-22 00:10 Michael Elkins <me@sigpipe.org>
  698. * src/: imap.c, isync.h, maildir.c, sync.c:
  699. RFC822.PEEK is obsolete in RFC2060. Use BODY.PEEK[] instead, which does
  700. the same thing
  701. keep track of the uidvalidity so isync can detect if the mailbox on the
  702. server has changed since the last sync.
  703. 2000-12-21 21:56 Michael Elkins <me@sigpipe.org>
  704. * Makefile.am, isync.spec.in:
  705. added support for building RPMS
  706. 2000-12-21 20:49 Michael Elkins <me@sigpipe.org>
  707. * Makefile.am, isync.1:
  708. added target for creating html version of the man page
  709. documented the imaps: prefix to the Host command
  710. 2000-12-21 20:11 Michael Elkins <me@sigpipe.org>
  711. * src/: imap.c, sync.c:
  712. can't assume flag order when fetching a message. just search for the
  713. first `{' to find the message size.
  714. 2000-12-21 19:16 Michael Elkins <me@sigpipe.org>
  715. * isync.1, src/sync.c:
  716. added BUGS section to manpage detailing the fact that we break the
  717. maildir(5) spec by parsing the filename
  718. change message delivery to use the method described in maildir(5)
  719. 2000-12-21 18:51 Michael Elkins <me@sigpipe.org>
  720. * configure.in, src/main.c, src/sync.c:
  721. use getpass() to get the user's password
  722. unlink the temp file if we are unable to fetch a new message from the
  723. server.
  724. update version to 0.3
  725. 2000-12-21 12:14 Michael Elkins <me@sigpipe.org>
  726. * isync.1:
  727. fixed typo in man page for --verbose option
  728. 2000-12-21 11:24 Michael Elkins <me@sigpipe.org>
  729. * Makefile.am, README, src/imap.c, src/isync.h, src/list.c:
  730. added generic IMAP list parser and rewrote imap_exec() to handle
  731. arbitrary data instead of hardcoded
  732. 2000-12-21 07:51 Michael Elkins <me@sigpipe.org>
  733. * Makefile.am, README, configure.in, src/main.c:
  734. fixes to compile cleanly under Solaris 2.7
  735. 2000-12-21 07:27 Michael Elkins <me@sigpipe.org>
  736. * configure.in, isync.1, src/imap.c, src/isync.h, src/main.c:
  737. added OpenSSL support
  738. 2000-12-21 01:35 Michael Elkins <me@sigpipe.org>
  739. * configure.in, src/main.c:
  740. config options were not case insensitive
  741. 2000-12-21 01:30 Michael Elkins <me@sigpipe.org>
  742. * src/: imap.c, isync.h, maildir.c, main.c, sync.c:
  743. don't fetch deleted messages when expunging
  744. display number of messages that are to be deleted
  745. flags for \Recent messages were not properly fetched
  746. local messages with updated flags were not corrected renamed
  747. 2000-12-20 23:28 Michael Elkins <me@sigpipe.org>
  748. * Makefile.am:
  749. updated ChangeLog
  750. added log: rule in Makefile.am
  751. 2000-12-20 23:10 Michael Elkins <me@sigpipe.org>
  752. * autogen.sh:
  753. added autogen.sh to regenerate the build environment
  754. 2000-12-20 23:00 Michael Elkins <me@sigpipe.org>
  755. * COPYING:
  756. added missing files
  757. 2000-12-20 22:41 Michael Elkins <me@sigpipe.org>
  758. * AUTHORS, Makefile.am, README, configure.in, src/isync.h,
  759. src/main.c, src/imap.c, src/maildir.c, src/sync.c, isync.1,
  760. isyncrc.sample:
  761. Initial revision
  762. 2000-12-20 22:41 Michael Elkins <me@sigpipe.org>
  763. * AUTHORS, Makefile.am, README, configure.in, src/isync.h,
  764. src/main.c, src/imap.c, src/maildir.c, src/sync.c, isync.1,
  765. isyncrc.sample:
  766. initial import