ChangeLog 28 KB

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