aboutsummaryrefslogtreecommitdiff
path: root/mail
Commit message (Collapse)AuthorAgeFilesLines
* - Support stagingGrzegorz Blach2013-10-082-3/+1
| | | | Notes: svn path=/head/; revision=329844
* Fix patchingPawel Pekala2013-10-081-1/+3
| | | | Notes: svn path=/head/; revision=329818
* Update addresses goodies to the latest release.David Chisnall2013-10-082-6/+5
| | | | | | | Approved by: bapt (mentor) Notes: svn path=/head/; revision=329817
* Convert to stagingEitan Adler2013-10-082-3/+1
| | | | | | | Discussed with: mat Notes: svn path=/head/; revision=329792
* - Mark DEPRECATED, set EXPIRATION_DATEThomas Abthorpe2013-10-081-0/+3
| | | | | | | PR: ports/182357 (based on) Notes: svn path=/head/; revision=329754
* Fix pkgname collisionBaptiste Daroussin2013-10-072-3/+4
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=329692
* Remove mail/mavbiff from the system, it hasn't been obsoleted forEdwin Groothuis2013-10-076-85/+0
| | | | | | | five years now. Notes: svn path=/head/; revision=329663
* mail/textmail: Fix previous pdftotext breakage betterJohn Marino2013-10-061-1/+1
| | | | | | | | | | | This unmaintained port was marked broken after pdftotext was relocated away from bin/ with the rest of the xpdf package. That happened to avoid a conflict with poppler-utils. The better fix is to change the dependency to use pdftotext program from the preferred poppler-utils port which remains installed in the standard bin/ path. Notes: svn path=/head/; revision=329638
* Mark seven unmaintained ports as jobs unsafe.John Marino2013-10-061-0/+2
| | | | Notes: svn path=/head/; revision=329631
* - use STAGEDIRDirk Meyer2013-10-061-7/+7
| | | | Notes: svn path=/head/; revision=329586
* Update to 2.19.Dmitry Sivachenko2013-10-062-3/+3
| | | | Notes: svn path=/head/; revision=329554
* Stage support and clean up the messy Makefile a littleAdam Weinberger2013-10-062-32/+118
| | | | Notes: svn path=/head/; revision=329527
* Stage supportAdam Weinberger2013-10-051-3/+2
| | | | Notes: svn path=/head/; revision=329503
* Upgrade OfflineIMAP to 6.5.5Eygene Ryabinkin2013-10-055-78/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes since 6.5.4: * Avoid lockups for IMAP synchronizations running with the "-1" command-line switch (X-Ryl669 <boite.pour.spam@gmail.com>) * Dump stacktrace for all threads on SIGQUIT: ease debugging of threading and other issues * SIGHUP is now handled as the termination notification rather than the signal to reread the configuration (Dmitrijs Ledkovs) * Honor the timezone of emails (Tobias Thierer) * Allow mbnames output to be sorted by a custom sort key by specifying a 'sort_keyfunc' function in the [mbnames] section of the config. * Support SASL PLAIN authentication method. (Andreas Mack) * Support transport-only tunnels that requre full IMAP authentication. (Steve Purcell) * Make the list of authentication mechanisms to be configurable. (Andreas Mack) * Allow to set message access and modification timestamps based on the "Date" header of the message itself. (Cyril Russo) * "peritem" format string for [mbnames] got new expansion key "localfolders" that corresponds to the same parameter of the local repository for the account being processed. * [regression] pass folder names to the foldersort function, revert the documented behaviour * Fix handling of zero-sized IMAP data items (GitHub#15). * Updated bundled imaplib2 to 2.35: - fix for Gmail sending a BYE response after reading >100 messages in a session; - includes fix for GitHub#15: patch was accepted upstream. * Updated bundled imaplib2 to 2.36: it includes support for SSL version override that was integrated into our code before, no other changes. * Fixed parsing of quoted strings in IMAP responses: strings like "\\" were treated as having \" as the escaped quote, rather than treating it as the quoted escaped backslash (GitHub#53). * Execute pre/post-sync hooks during synchronizations toggled by IMAP IDLE message processing. (maxgerer@gmail.com) * Catch unsuccessful local mail uploads when IMAP server responds with "NO" status; that resulted in a loss of such local messages. (Adam Spiers) * Don't create folders if readonly is enabled. * Learn to deal with readonly folders to properly detect this condition and act accordingly. One example is Gmail's "Chats" folder that is read-only, but contains logs of the quick chats. (E. Ryabinkin) * Fix str.format() calls for Python 2.6 (D. Logie) * Remove APPENDUID hack, previously introduced to fix Gmail, no longer necessary, it might have been breaking things. (J. Wiegley) * Improve regex that could lead to 'NoneType' object has no attribute 'group' (D. Franke) * Improved error throwing on repository misconfiguration Port changes: * adopted to USE_GITHUB; * fixed spacing and capitalization in pkg-descr. QA page: http://codelabs.ru/fbsd/ports/qa/mail/offlineimap/6.5.5 Notes: svn path=/head/; revision=329495
* avoid package name collisions.Hajimu UMEMOTO2013-10-054-12/+8
| | | | | | | Spotted by: bapt Notes: svn path=/head/; revision=329494
* - enable stage.Hajimu UMEMOTO2013-10-054-140/+158
| | | | | | | - use new LIB_DEPENDS format. Notes: svn path=/head/; revision=329484
* Add support for STAGEDIRPawel Pekala2013-10-053-8/+3
| | | | Notes: svn path=/head/; revision=329478
* Removed unmaintained (ports@) or gnome@ ports depending on gnome1Baptiste Daroussin2013-10-0511-127/+0
| | | | | | | Approved by: gnome (implicit) Notes: svn path=/head/; revision=329464
* - Fix comboboxes vcalendar bug by adding upstream patches [1]Pawel Pekala2013-10-0527-40/+448
| | | | | | | | | | | - Add support for STAGEDIR - Properly set configure iconv args PR: ports/182439 [1] Reported by: Gerard Seibert <gerard@seibercom.net> Notes: svn path=/head/; revision=329440
* - Fix for Roundcube >=0.9.0Mark Felder2013-10-042-27/+25
| | | | | | | | | - STAGE support Approved by: crees (mentor) Notes: svn path=/head/; revision=329353
* Support stage dir.Alex Dupre2013-10-041-14/+9
| | | | Notes: svn path=/head/; revision=329302
* - Update to 2.7.0Guido Falsi2013-10-046-109/+114
| | | | | | | | | | - Also update dovecot auth patch to apply to this new version - Properly convert to options and use options helpers - Convert to new LIB_DEPENDS format - Support staging Notes: svn path=/head/; revision=329251
* mail/dbmail: fix DOCS optionWilliam Grzybowski2013-10-032-8/+22
| | | | | | | | | | - Fix DOCS option [1] (based on) PR: ports/182566 [1] Submitted by: Alan Hicks <ahicks p-o.co.uk> (maintainer) [1] Notes: svn path=/head/; revision=329248
* mail/dovecot2: use PORTEXAMPLES unconditionallyWilliam Grzybowski2013-10-031-2/+0
| | | | | | | | | - Use PORTEXAMPLES unconditionally Reported by: sunpoet Notes: svn path=/head/; revision=329209
* - Update to 1.2202Sunpoet Po-Chuan Hsieh2013-10-033-7/+5
| | | | | | | | | - Support STAGEDIR Changes: http://search.cpan.org/dist/Net-IMAP-Simple/Changes Notes: svn path=/head/; revision=329203
* The old gkrellm is not maintained upstream anymore, this plugin also hasBaptiste Daroussin2013-10-025-57/+0
| | | | | | | a package name conflicting with its newer version. Notes: svn path=/head/; revision=329114
* mail/dovecot2-pigeonhole: update to 0.4.2William Grzybowski2013-10-013-14/+10
| | | | | | | | | | | - Update to 0.4.2 [1] - Allow staging PR: ports/182543 [1] Submitted by: Attila Nagy <bra fsn.hu> (maintainer) [1] Notes: svn path=/head/; revision=329008
* mail/dovecot2: update to 2.2.6William Grzybowski2013-10-014-51/+48
| | | | | | | | | | | | | - Update to 2.2.6 [1] - Convert lib depends to new format - Allow staging - Bump antispam plugin (pigenhole update comming next) PR: ports/182543 [1] Submitted by: Attila Nagy <bra fsn.hu> (maintainer) [1] Notes: svn path=/head/; revision=329007
* Support staging.Matthias Andree2013-10-014-18/+19
| | | | Notes: svn path=/head/; revision=328952
* * Convert to stagingMathieu Arnold2013-10-014-14/+22
| | | | | | | | * Add license * Silence compiler warnings Notes: svn path=/head/; revision=328940
* - Add option definition for IPv6 supportBeech Rintoul2013-10-011-1/+2
| | | | | | | | PR: ports/179479 Submitted by: Alexey Markov <redrat@mail.ru> Notes: svn path=/head/; revision=328912
* Mark SSP_UNSAFE for now, until we figure out what's wrong exactly.Florian Smeets2013-09-301-0/+2
| | | | | | | | PR: ports/182377 PR: ports/182508 Notes: svn path=/head/; revision=328834
* - Change maintainer email to @FreeBSD.orgDanilo Egea Gondolfo2013-09-291-26/+9
| | | | | | | | | | | - Add stage support - Use options helpers - Convert LIB_DEPENDS to new syntax Approved by: wg (mentor) Notes: svn path=/head/; revision=328760
* - StageifyMatthew Seaman2013-09-271-3/+2
| | | | Notes: svn path=/head/; revision=328436
* mail/lurker: fix build on headWilliam Grzybowski2013-09-263-23/+27
| | | | | | | | | | | | | - Fix build on head [1] - Remove useless LICENSE_FILE - Remove leading article from COMMENT - Allow staging PR: ports/182053 Submitted by: Kevin Rauwolf <sweetpea-freebsd tentacle.net> (maintainer) Notes: svn path=/head/; revision=328398
* mail/c-sig: allow stagingWilliam Grzybowski2013-09-261-9/+4
| | | | | | | | | | - Allow staging PR: ports/182399 Submitted by: Yasuhiro KIMURA <yasu utahime.org> (maintainer) Notes: svn path=/head/; revision=328375
* mail/dbmail: update to 3.1.7William Grzybowski2013-09-263-35/+25
| | | | | | | | | | | | - Update to 3.1.7 [1] - Define DOCS option - Allow staging PR: ports/182406 [1] Submitted by: Alan Hicks <ahicks p-o.co.uk> (maintainer) [1] Notes: svn path=/head/; revision=328374
* mail/py-authres: allow stagingWilliam Grzybowski2013-09-261-7/+4
| | | | | | | | | | | - Allow stating [1] - Define DOCS option PR: ports/182400 [1] Submitted by: Yasuhiro KIMURA <yasu utahime.org> (maintainer) [1] Notes: svn path=/head/; revision=328353
* - Remove NO_STAGE as these have been tested to be safeBryan Drewery2013-09-253-3/+0
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=328226
* Support stagingBryan Drewery2013-09-241-1/+1
| | | | Notes: svn path=/head/; revision=328218
* Support stage.Boris Samorodov2013-09-241-2/+1
| | | | Notes: svn path=/head/; revision=328205
* Fix NO_STAGE attributionBaptiste Daroussin2013-09-225-5/+5
| | | | Notes: svn path=/head/; revision=327888
* Correct maintainer's email address.Lars Engels2013-09-221-1/+1
| | | | | | | Requested by: maintainer via IRC Notes: svn path=/head/; revision=327874
* - remove hardcoding of gccJason Helfman2013-09-221-0/+5
| | | | | | | | PR: 182236 (based on) Submitted by: alexey@renatasystems.org ( maintainer ) Notes: svn path=/head/; revision=327854
* Update to 0.3.6Florian Smeets2013-09-212-3/+3
| | | | Notes: svn path=/head/; revision=327810
* - fix misplaced NO_STAGE in slaveports and ifdefsDirk Meyer2013-09-2116-18/+29
| | | | Notes: svn path=/head/; revision=327804
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-20748-1478/+1029
| | | | | | | mail) Notes: svn path=/head/; revision=327742
* - Add NO_STAGE until validated to be safe for upcoming staging supportBryan Drewery2013-09-2017-2/+18
| | | | Notes: svn path=/head/; revision=327710
* - Reassign to the heap, I haven't used squirrelmail in a long timeThomas Abthorpe2013-09-199-12/+9
| | | | Notes: svn path=/head/; revision=327647
* Horde package upgrade:Martin Matuska2013-09-194-6/+6
| | | | | | | | | Horde_Imap_Client 2.15.0 -> 2.15.3 Horde_Smtp 1.2.1 -> 1.2.3 Horde_Stram_Filter 2.0.1 -> 2.0.2 Notes: svn path=/head/; revision=327646