ChangeLog 35 KB

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