alexhudson
2fd6ea3402
Merge post-release fixes from trunk in preperation for 0.3.1. This covers r611:619
2008-02-02 15:42:41 +00:00
alexhudson
924bff9489
Minor changes to make 0.3.0 releasable
2008-01-31 09:34:30 +00:00
alexhudson
068c0aa700
Branching trunk for M3
2008-01-29 18:46:58 +00:00
jonnylamb
09a199e94b
Fixed path handling in Sundial. This makes Evolution and Sundial work again.
2008-01-29 18:42:43 +00:00
alexhudson
6cccc8a82b
* check for lxml, but don't fail if it's not found
...
* make the end output slightly more consistent
2008-01-29 13:51:15 +00:00
alexhudson
3de6d55404
Partial fix for POP3 TOP command - bug #10918
2008-01-29 12:01:21 +00:00
alexhudson
5b672baffd
* Make bongo-config output less geek when you run it
...
* Remove bongo-calcmd from the default configuration
2008-01-29 10:52:18 +00:00
alexhudson
542e5aab8d
Remove calcmd agent from the build
2008-01-29 10:51:41 +00:00
alexhudson
113dbce285
Fix segfault in bongocollector agent due to change in MsgAuthUserList API
2008-01-29 10:36:53 +00:00
alexhudson
4d1e47dcad
Remove legacy bongo-setup application
2008-01-29 10:18:56 +00:00
alexhudson
60073c01ec
Fix build system for import clucene/sqlite3 on clean svn check-outs
2008-01-29 10:03:44 +00:00
alexhudson
233fee2c29
Remove mdbtool and some last cruft
2008-01-28 18:53:06 +00:00
jonnylamb
0223238bb8
Updated bongo-config man page.
2008-01-28 18:40:35 +00:00
alexhudson
238fa58cdc
New exciting 'list user' functionality!
2008-01-28 17:45:00 +00:00
alexhudson
81d9301e0d
Initial changes to auth to stop duplicate user accounts being registered. auth api needs a bit of a clean-up; too many changes :)
2008-01-28 11:35:27 +00:00
pfelt
afc9a21829
-- hopefully this will fix the odd bug where we think there is a loop in the aliasing when there is not.
2008-01-27 17:27:28 +00:00
alexhudson
85bbccebb7
Fix up two JS errors which get the composer working again
2008-01-24 08:59:39 +00:00
alexhudson
d337c3d486
Merge remove-mdb branch onto trunk, branch is now closed!
2008-01-23 08:20:27 +00:00
pfelt
39d68be761
-- apply r513 and r514 to the trunk. i apologize if this messes anything up when we go to merge branch!
2007-10-23 16:05:33 +00:00
alexhudson
88f5d2eafd
Make autogen/configure fail if we're using plain CLucene on x86_64
2007-10-05 20:48:48 +00:00
alexhudson
1c9d457e50
Fix potential segfault in smtpd
2007-09-17 13:45:20 +00:00
halex
e7e3999b8a
Woops.
2007-09-11 08:42:13 +00:00
halex
29743facc4
* Use same quote colours throughout all conversations and replies.
...
* Can be manually overridden by browser using alternate stylesheet delerations - eg: .mailreply-1 { color: black !important; }
2007-09-10 11:12:23 +00:00
alexhudson
204abc232d
Fix up some DNS packet boundary checking
2007-09-06 16:28:06 +00:00
alexhudson
bf0efbcb3e
Don't try to redeliver failed/delivered mail
2007-09-05 14:33:33 +00:00
alexhudson
2d889da6ba
New smtp outgoing mail code
2007-09-05 12:08:33 +00:00
halex
54c24172d7
Fixes the new-user issues (with regards to composition) that crept into the code since the last 'fix'. At least, I think it does.
2007-08-30 07:33:45 +00:00
halex
8bd7e42e98
* Updated a considerable number of icons to gnome-icon-theme icons. These are under the GPL. Gifs still need to be updated.
...
* Removed some old toolbar icons, that were unused.
* Added 'switch-mode.png' for composer toolbar.
* Removed toolbar-seperator.png image, which was also unused.
2007-08-29 10:25:11 +00:00
halex
98359611ea
* Don't warn about missing attachments when we try and save a draft, only when we want to actually send the mail.
...
* If we're sending plain-text, strip the HTML entities on the client side before giving the data to the server.
* Noted an issue (TODO) with regards to not being able to set the composer to contain text on-load (ie signature, editing a reply etc).
* We now handle the HTML->text conversion properly - no more missing new lines.
* Removed some unused functions in the eArea code.
* Stopped us from failing is the user is missing prefs (specifically, any composer preferences).
2007-08-27 02:21:39 +00:00
halex
55a32cd4e7
* Removed some old cruft relating to some AttachmentForm done as a test from many a year ago.
...
* Small misc. fixups.
* If you mention attaching a file in your email (not in replies) and haven't actually attached any files, Dragonfly'll give you a hint when you try to send.
2007-08-26 03:53:20 +00:00
halex
701525175d
Line width and composition mode are both now controlled via user preferences, instead of being hardwired.
2007-08-26 02:41:00 +00:00
halex
51a8b612db
Wooh, preference editor! \o/
2007-08-26 00:54:28 +00:00
halex
35526da57b
Some more preference bug fixes. Saving preferences using a blocking method doesn't quite work yet.
2007-08-25 08:58:23 +00:00
jonnylamb
4252a2496d
Fixes to build system, so not only does it build, but it also creates the MO files correctly now.
2007-08-24 17:32:22 +00:00
jonnylamb
f9be78b58a
Rename compiled translation files from *.gmo, to *.mo. These are identical in type except extension. It seems *.mo is more the industry standard (also on request from Trisk).
2007-08-24 11:24:04 +00:00
alexhudson
5b388b76f4
Make Bongo compile again for dist users
2007-08-20 08:34:04 +00:00
halex
22741b815e
Some small preferences fix ups! profileEditor is still completely and royally screwed up, however.
2007-08-20 08:13:35 +00:00
alexhudson
1fc05b93c7
Slightly more honest message in tool output
2007-08-18 08:48:55 +00:00
alexhudson
e13eeb8e3a
Another attempt at stopping SIGPIPEs killing our agents.
2007-08-17 20:34:08 +00:00
alexhudson
cc9178ccd6
Missed a file for r355 :)
2007-08-17 20:20:36 +00:00
alexhudson
698cda51d7
Initial stab at DNS code, including:
...
* new check tool for querying MX records,
* dns test harness
2007-08-17 20:11:44 +00:00
alexhudson
a05bf36889
Don't try to access part of a variable if we don't know it's actually set.
2007-08-14 11:52:03 +00:00
alexhudson
aa8cdd6ab0
Ignore SIGPIPE on broken connection. This should fix/mitigate bug #9726 .
2007-08-14 10:20:51 +00:00
halex
c7ad8f8df2
Adds the ability to switch between HTML and text-based composition.
...
Three notes: all the HTML buttons are still available when you're in plain-text mode; we don't check your prefs as to what default composer mode you'd like; and line breaks are a bit whacky when you switch modes (I think :).
Please expect and report breakage.
2007-08-14 07:53:13 +00:00
alexhudson
6ce6bd184f
* Fix up the check system so that we can run unit tests again
...
* Start new dns bits to Xpl with tests
2007-08-08 19:49:13 +00:00
alexhudson
95aa64d386
Remove python/bongo/Makefile, stops dist tarballs building.
2007-07-31 08:55:39 +00:00
halex
3b1507bc7b
Users without a valid From name doesn't crash the composer anymore. This really doesn't fix any 'problem' with prefs, more of a workaround.
2007-07-31 07:54:07 +00:00
halex
2d37fb62db
Note to self: mistakenly serialising page elements is bad.
2007-07-30 09:34:38 +00:00
halex
5eb4f67e99
* Fixes the User-Agent from mails sent via Dragonfly.
...
* Adds a new HTML composer - plain-text does not work at the moment.
* Adds plugins code; note that this is not hooked up _at all_, I was just merely too lazy to checkout a clean version, modify the patch, apply and commit. This will be *sure to change very soon*.
2007-07-28 10:28:56 +00:00
alexhudson
cb74eae670
Correct file closing logic for QRETR
2007-07-27 17:06:03 +00:00